Skip to content

Commit 2738901

Browse files
authored
Merge pull request #4294 from AbrilRBS/ar/fix-hook-link
Fix some links that were giving 404
1 parent dace8b1 commit 2738901

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

examples/dev_flow/debug/debugging_visual.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ to get information of a DLL, in this case the path where its associated PDB is l
105105
in the package to locate its PDB to copy it to the package folder.
106106

107107
For more information on how PDBs work with Visual and how we used it to create the hook can be found in the
108-
`hook readme <https://github.com/conan-io/conan-extensions/blob/main/hooks/README.md>`_.
108+
`hook readme <https://github.com/conan-io/conan-extensions/blob/main/extensions/hooks/README.md>`_.
109109

110110
Debugging without build files
111111
-----------------------------
@@ -178,5 +178,3 @@ Starting the debugger again will allow to step into the code of the dependency a
178178

179179
Any modification to the source files will not allow debugging over them, as Visual Studio does a checksum check, so
180180
they need to be the exact same files as when the libraries were compiled.
181-
182-

examples/tools/autotools/build_project_autotools_toolchain.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Build a simple Autotools project with Conan dependencies
1111

1212

1313
In this example, we are going to create a string formatter application
14-
that uses one of the most popular C++ libraries: `fmt <https://fmt.dev/latest/index.html/>`_.
14+
that uses one of the most popular C++ libraries: `fmt <https://fmt.dev/latest>`_.
1515

1616
We'll use `Autotools <https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html>`_ as build system and `pkg-config <https://www.freedesktop.org/wiki/Software/pkg-config/>`_ as a helper tool in this case, so you should get them installed
1717
on Linux and Mac before going forward with this example.

examples/tools/google/bazeltoolchain/build_simple_bazel_7x_project.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Build a simple Bazel 7.x project using Conan
88
This example is Bazel >= 7.1 compatible.
99

1010
In this example, we are going to create a Hello World program
11-
that uses one of the most popular C++ libraries: `fmt <https://fmt.dev/latest/index.html/>`_.
11+
that uses one of the most popular C++ libraries: `fmt <https://fmt.dev/latest>`_.
1212

1313
.. note::
1414

examples/tools/google/bazeltoolchain/build_simple_bazel_project.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Build a simple Bazel project using Conan
88
This example is Bazel 6.x compatible.
99

1010
In this example, we are going to create a Hello World program
11-
that uses one of the most popular C++ libraries: `fmt <https://fmt.dev/latest/index.html/>`_.
11+
that uses one of the most popular C++ libraries: `fmt <https://fmt.dev/latest>`_.
1212

1313
.. note::
1414

0 commit comments

Comments
 (0)