Skip to content

Commit

Permalink
correct edit urls and broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceacc committed Apr 19, 2024
1 parent 47d6514 commit 7def82c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/directory/astronomy.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* [Orb Viewer](https://parsecsreach.com/orbviewer) - Visualization of all the asteroids in the MPC database.
* [Orbit Simulator](http://www.orbitsimulator.com/gravity/articles/what.html) - A powerful numerical integration tool. "By performing n-body simulations, you can study the orbits of planets, moons, asteroids, or any object in the universe."
* [Orbiter 2016](http://orbit.medphys.ucl.ac.uk/) - Open source spaceflight simulator with many addons for historical missions. [Installation Instructions.](https://www.reddit.com/r/Orbiter/comments/mx2mjz/guide_for_beginners_to_orbiter/)
* [SpaceEngine](spaceengine.org) : Realistic universe simulator and planetarium. Old versions are [free](http://old.spaceengine.org/load/old_versions/4).
* [SpaceEngine](https://spaceengine.org) : Realistic universe simulator and planetarium. Old versions are [free](http://old.spaceengine.org/load/old_versions/4).
* [Stellarium](http://stellarium.org/) - Open source planetarium for your computer

## SDKs & Software Development Tools
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/spaceacc/spaceacc.github.io',
'https://github.com/spaceacc/spaceacc.github.io/tree/main/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/spaceacc/spaceacc.github.io',
'https://github.com/spaceacc/spaceacc.github.io/tree/main/',
},
theme: {
customCss: './src/css/custom.css',
Expand Down

0 comments on commit 7def82c

Please sign in to comment.