aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2021-06-02 10:55:43 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2021-06-02 10:55:43 -0400
commit4516b7a8a93bb1e6d4683359aafedb3917d9e998 (patch)
tree0ac315e0fcf5c980a96d83927248abe0ebeec7ff
parent4dec7dbb718afb338075e02517a3004460479d56 (diff)
downloadmeson-4516b7a8a93bb1e6d4683359aafedb3917d9e998.zip
meson-4516b7a8a93bb1e6d4683359aafedb3917d9e998.tar.gz
meson-4516b7a8a93bb1e6d4683359aafedb3917d9e998.tar.bz2
docs: Fix typo in github pages repo URL
-rw-r--r--docs/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build
index f4f8ba3..7369335 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -27,7 +27,7 @@ documentation = hotdoc.generate_doc(meson.project_name(),
include_paths: ['markdown', cur_bdir],
default_license: 'CC-BY-SAv4.0',
html_extra_theme: join_paths('theme', 'extra'),
- git_upload_repository: 'git@github.com:mesonbuild.github.io.git',
+ git_upload_repository: 'git@github.com:mesonbuild/mesonbuild.github.io.git',
edit_on_github_repository: 'https://github.com/mesonbuild/meson',
syntax_highlighting_activate: true,
)