Skip to content

Commit b136027

Browse files
authored
Fix dead link in remote_package and package_dependencies (#197)
1 parent 939affe commit b136027

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manual/package_dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ add_urls("https://github.com/madler/zlib/archive/$(version).tar.gz", {
126126

127127
#### Add package versions
128128

129-
Used to set the version of each source package and the corresponding sha256 value, as described in [add_urls](#add_urls)
129+
Used to set the version of each source package and the corresponding sha256 value, as described in [add_urls](#packageadd_urls)
130130

131131
### package:add_versionfiles
132132

@@ -222,7 +222,7 @@ package("libpng")
222222

223223
Add a dependent system frameworks link.
224224

225-
See for example: [add_syslinks](#add_syslinks)
225+
See for example: [add_syslinks](#packageadd_syslinks)
226226

227227
### package:add_linkdirs
228228

package/remote_package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ If you need a package that is not supported by the current official repository,
945945

946946
For detailed contribution descriptions, see: [CONTRIBUTING.md](https://github.com/xmake-io/xmake-repo/blob/master/CONTRIBUTING.md)
947947

948-
For how to make your own package, you can look at the above: [Adding packages to the official repository](#Adding-packages-to-the-official-repository).
948+
For how to make your own package, you can look at the above: [Submit packages to the official repository](#submit-packages-to-the-official-repository).
949949

950950
## Dependent package lock and upgrade
951951

0 commit comments

Comments
 (0)