Skip to content

Commit 6474466

Browse files
committed
fix: Fix broken links in documentation
1 parent 9f9304e commit 6474466

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ libfranka: C++ Library for Franka Robotics Research Robots
2424
:alt: docker build status
2525

2626
**libfranka** is a C++ library that provides low-level control of Franka Robotics research robots.
27-
The `API References <https://frankarobotics.github.io/docs/libfranka/docs/api_references.html>`_ offers an overview of its capabilities,
27+
The `API References <https://frankarobotics.github.io/docs/doc/libfranka/docs/api_references.html>`_ offers an overview of its capabilities,
2828
while the `Franka Control Interface (FCI) documentation <https://frankarobotics.github.io/docs>`_ provides more information on setting up the robot and utilizing its features and functionalities.
2929

30-
To find the appropriate version to use, please refer to the `Robot System Version Compatibility <https://frankarobotics.github.io/docs/libfranka/docs/compatibility_with_images.html>`_.
30+
To find the appropriate version to use, please refer to the `Robot System Version Compatibility <https://frankarobotics.github.io/docs/doc/libfranka/docs/compatibility_matrix.html>`_.
3131

3232
Key Features
3333
------------
@@ -46,7 +46,7 @@ Before using **libfranka**, ensure your system meets the following requirements:
4646
- Ubuntu 20.04 LTS (Focal Fossa)
4747
- Ubuntu 22.04 LTS (Jammy Jellyfish)
4848
- Ubuntu 24.04 LTS (Noble Numbat)
49-
- `Linux with PREEMPT_RT patched kernel <https://frankarobotics.github.io/docs/libfranka/docs/real_time_kernel.html>`_ recommended for real-time control
49+
- `Linux with PREEMPT_RT patched kernel <https://frankarobotics.github.io/docs/doc/libfranka/docs/real_time_kernel.html>`_ recommended for real-time control
5050

5151
**Build Tools** (for building from source):
5252
- GCC 9 or later
@@ -497,9 +497,9 @@ After installation, configure your system for real-time control and run example
497497
System Setup
498498
^^^^^^^^^^^^
499499

500-
1. **Network configuration**: Follow `Minimum System and Network Requirements <https://frankarobotics.github.io/docs/libfranka/docs/system_requirements.html>`_
501-
2. **Real-time kernel**: See `Setting up the Real-Time Kernel <https://frankarobotics.github.io/docs/libfranka/docs/real_time_kernel.html>`_
502-
3. **Getting started**: Read the `Getting Started Manual <https://frankarobotics.github.io/docs/libfranka/docs/getting_started.html>`_
500+
1. **Network configuration**: Follow `Minimum System and Network Requirements <https://frankarobotics.github.io/docs/doc/libfranka/docs/system_requirements.html>`_
501+
2. **Real-time kernel**: See `Setting up the Real-Time Kernel <https://frankarobotics.github.io/docs/doc/libfranka/docs/real_time_kernel.html>`_
502+
3. **Getting started**: Read the `Getting Started Manual <https://frankarobotics.github.io/docs/doc/libfranka/docs/getting_started.html>`_
503503

504504
Running Examples
505505
^^^^^^^^^^^^^^^^
@@ -513,7 +513,7 @@ If you built from source, example programs are in the ``build/examples/`` direct
513513
514514
Replace ``<robot-ip>`` with your robot's IP address (e.g., ``192.168.1.1``).
515515

516-
For more examples, see the `Usage Examples documentation <https://frankarobotics.github.io/docs/libfranka/docs/usage_examples.html>`_.
516+
For more examples, see the `Usage Examples documentation <https://frankarobotics.github.io/docs/doc/libfranka/docs/usage_examples.html>`_.
517517

518518
.. _pylibfranka:
519519

0 commit comments

Comments
 (0)