Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dead links in README #53

Merged
merged 1 commit into from
Sep 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ It is also possible to see the user data sent through network topics in a schema
You can access the documentation online, which is hosted on [Read the Docs](https://fast-dds-spy.readthedocs.io).

* [Introduction](https://fast-dds-spy.readthedocs.io/en/latest/rst/formalia/titlepage.html)
* [Getting Started](https://fast-dds-spy.readthedocs.io/en/latest/rst/getting_started/project_overview.html)
* [User Manual](https://fast-dds-spy.readthedocs.io/en/latest/rst/user_manual/user_interface.html)
* [Examples](https://fast-dds-spy.readthedocs.io/en/latest/rst/examples/echo_example.html)
* [Use Cases](https://fast-dds-spy.readthedocs.io/en/latest/rst/use_cases/ros_cloud.html)
* [Installation Manual](https://fast-dds-spy.readthedocs.io/en/latest/rst/installation/linux.html)
* [User Manual](https://fast-dds-spy.readthedocs.io/en/latest/rst/user_manual/usage_example.html)
* [Developer Manual](https://fast-dds-spy.readthedocs.io/en/latest/rst/developer_manual/installation/sources/linux.html)
* [Release Notes](https://fast-dds-spy.readthedocs.io/en/latest/rst/notes/notes.html)

Expand Down
1 change: 1 addition & 0 deletions docs/rst/formalia/titlepage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ Structure of the documentation
This documentation is organized into the sections below.

* :ref:`Installation Manual <installation_manual_linux>`
* :ref:`User Manual <getting_started_usage_example>`
* :ref:`Developer Manual <developer_manual_installation_sources_linux>`
* :ref:`Release Notes <notes>`
Loading