diff options
author | Alexis Jeandet <alexis.jeandet@member.fsf.org> | 2018-04-30 16:05:13 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-05-01 20:18:15 +0300 |
commit | bfcd71cecbfdc0ae7ae248f879212fecdcf8b43d (patch) | |
tree | 44786bdd342c68860bbe6f60dca12b147d7eacbd /docs | |
parent | 91c1cc6f9e5687360b982993ac8926cf0787a66d (diff) | |
download | meson-bfcd71cecbfdc0ae7ae248f879212fecdcf8b43d.zip meson-bfcd71cecbfdc0ae7ae248f879212fecdcf8b43d.tar.gz meson-bfcd71cecbfdc0ae7ae248f879212fecdcf8b43d.tar.bz2 |
[skip ci] fixed broken link to repoinit.py script in wrap documentation
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Adding-new-projects-to-wrapdb.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/Adding-new-projects-to-wrapdb.md b/docs/markdown/Adding-new-projects-to-wrapdb.md index 58b27ba..00fd0d7 100644 --- a/docs/markdown/Adding-new-projects-to-wrapdb.md +++ b/docs/markdown/Adding-new-projects-to-wrapdb.md @@ -16,9 +16,9 @@ files. You may also think of them as an overlay to upstream source. ## Creator script The WrapDB repository has a [helper -script](https://github.com/mesonbuild/wrapweb/blob/master/tools/repoinit.py) -to generate new repositories. The documentation below roughly explains -what it does using plain shell commands. +script](https://github.com/mesonbuild/wrapweb/blob/master/mesonwrap.py) +to generate new repositories, verify them and update them. The documentation below roughly explains +what it does to create a new wrap repository using plain shell commands. ## Choosing the repository name |