diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-12 16:53:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-12 16:53:32 +0100 |
commit | 14bde748e96b500102a74fd8d1be98453745f7c7 (patch) | |
tree | bbf608fe6ae8d77cb0d117f6f3d78a5e8be571b8 /docs/contributing/development.rst | |
parent | ab233b998359598eefc57b6cbe2ece50854647c9 (diff) | |
parent | e3a64989599b112aae935169a8b621bcede799c2 (diff) | |
download | vyos-documentation-14bde748e96b500102a74fd8d1be98453745f7c7.tar.gz vyos-documentation-14bde748e96b500102a74fd8d1be98453745f7c7.zip |
Merge pull request #160 from rebortg/linkcheck
Diffstat (limited to 'docs/contributing/development.rst')
-rw-r--r-- | docs/contributing/development.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/contributing/development.rst b/docs/contributing/development.rst index 8558284a..c699ad48 100644 --- a/docs/contributing/development.rst +++ b/docs/contributing/development.rst @@ -63,7 +63,7 @@ it. In general, use an editor to create your commit messages rather than passing them on the command line. The format should be and is inspired by this blog -post: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html +post: https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html * A single, short, summary of the commit (recommended 50 characters or less, not exceeding 80 characters) @@ -636,8 +636,8 @@ to our Debian repository which is used during build time. It is located here: http://dev.packages.vyos.net/repositories/. .. _process: https://blog.vyos.io/vyos-development-digest-10 -.. _VyConf: https://github.com/vyos/vyconf/blob/master/data/schemata -.. _vyos-1x: https://github.com/vyos/vyos-1x/blob/current/schema/ +.. _VyConf: https://github.com/vyos/vyconf/tree/master/data/schemata +.. _vyos-1x: https://github.com/vyos/vyos-1x/tree/current/schema .. _Jinja2: https://jinja.palletsprojects.com/ .. _Phabricator: https://phabricator.vyos.net/ .. _Jenkins: https://jenkins.io/ |