docs: Fix typo in github pages repo URL

pull/8753/merge
Xavier Claessens 4 years ago
parent 4dec7dbb71
commit 4516b7a8a9
  1. 2
      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,
)

Loading…
Cancel
Save