ruki hace 6 meses
padre
commit
63fc4e322f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      docs/guide/package-management/using-packages-in-cmake.md

+ 2 - 2
docs/guide/package-management/using-packages-in-cmake.md

@@ -16,7 +16,7 @@ Example use cases for this project:
 
 ### xrepo_package
 
-[`xrepo.cmake`](https://github.com/xmake-io/xrepo-cmake/blob/main/xrepo.cmake) provides `xrepo_package` function to manage
+[xrepo.cmake](https://github.com/xmake-io/xrepo-cmake/blob/main/xrepo.cmake) provides `xrepo_package` function to manage
 packages.
 
 ```cmake
@@ -262,7 +262,7 @@ xrepo_package("brew::gflags")
 
 ## How does it work?
 
-[`xrepo.cmake`](./xrepo.cmake) module basically does the following tasks:
+[xrepo.cmake](https://github.com/xmake-io/xrepo-cmake/blob/main/xrepo.cmake) module basically does the following tasks:
 
 - Call `xrepo install` to ensure specific package is installed.
 - Call `xrepo fetch` to get package information and setup various variables for