aboutsummaryrefslogtreecommitdiff
path: root/docs/meson.build
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2020-12-08 08:29:27 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2020-12-10 00:26:28 +0200
commitb3c869918ba162ed1fe7084883d93e32cc22cfb9 (patch)
tree3b677de650a2916c59538012cf680c2a52a83fbe /docs/meson.build
parente828c670f534430bfc215e953f847d27824ca8f8 (diff)
downloadmeson-b3c869918ba162ed1fe7084883d93e32cc22cfb9.zip
meson-b3c869918ba162ed1fe7084883d93e32cc22cfb9.tar.gz
meson-b3c869918ba162ed1fe7084883d93e32cc22cfb9.tar.bz2
docs: fix "edit on GitHub" links
Diffstat (limited to 'docs/meson.build')
-rw-r--r--docs/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build
index c07a200..496588d 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -36,7 +36,7 @@ documentation = hotdoc.generate_doc(meson.project_name(),
default_license: 'CC-BY-SAv4.0',
html_extra_theme: join_paths(cur_bdir, 'theme', 'extra'),
git_upload_repository: 'git@github.com:jpakkane/jpakkane.github.io.git',
- edit_on_github_repository: 'https://github.com/mesonbuild/meson/',
+ edit_on_github_repository: 'https://github.com/mesonbuild/meson',
syntax_highlighting_activate: true,
)