Skip to content

Commit

Permalink
Fix all the links to the doc (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgurriet authored May 9, 2024
1 parent 3223cec commit e99f588
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<p align="center">
<a href="https://github.com/3LawsRobotics/3laws/"><strong>Explore the repo»</strong></a>
<br />
<a href="https://3LawsRobotics.github.io/3laws/"><strong>Explore the docs»</strong></a>
<a href="https://docs.3laws.io/"><strong>Explore the docs»</strong></a>
<br />
</p>
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<strong>
{% endif %}
<dd>
<a href="/3laws/en/{{ the_version }}/index.html">{{ the_version }}</a>
<a href="/en/{{ the_version }}/index.html">{{ the_version }}</a>
</dd>
{% if the_version == current_version %}
</strong>
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
author = "Thomas Gurriet (tgurriet@3laws.io)"
version = current_version
release = current_version
html_baseurl = "https://3lawsrobotics.github.io/3laws/"
html_baseurl = "https://docs.3laws.io/"
html_favicon = "sources/data/favicon.png"

extensions = [
Expand All @@ -45,7 +45,7 @@
"sphinx_copybutton",
"sphinxcontrib.youtube",
"sphinx_tabs.tabs",
"myst_parser"
"myst_parser",
]

html_show_sphinx = False
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

<head>
<title>3Laws Robotics Documentation</title>
<meta http-equiv="refresh" content="0; url='http://3lawsrobotics.github.io/3laws/en/@LATEST_VERSION@'" />
<meta http-equiv="refresh" content="0; url='http://docs.3laws.io/en/@LATEST_VERSION@'" />
</head>

<body>
<p>Please wait while you're redirected to our <a
href="http://3lawsrobotics.github.io/3laws/en/@LATEST_VERSION@">documentation</a>.</p>
href="http://docs.3laws.io/en/@LATEST_VERSION@">documentation</a>.</p>
</body>

</html>
</html>
4 changes: 2 additions & 2 deletions docs/sources/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Change Log
# Changelog

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Expand Down Expand Up @@ -61,7 +61,7 @@ This is the first version of the supervisor product.
- A ROS node that perform out of the box collision avoidance for any simple robot that has a lidar or an obstacle map.
- A Control Panel as a web server running on the robot to configure the supervisor and provide realtime feedback.
- A Command Line Client to manage the Control Panel server and check for updates.
- A documentation available [here](https://3lawsrobotics.github.io/3laws/en/latest/).
- A documentation available [here](https://docs.3laws.io/).

### Changed

Expand Down

0 comments on commit e99f588

Please sign in to comment.