From 7c5ad425d9a23e88399c052af4b89f602ff7b7e7 Mon Sep 17 00:00:00 2001 From: Robert Göhler Date: Tue, 10 Dec 2019 14:46:18 +0100 Subject: Build VyOS: correct redirect link --- docs/contributing/build-vyos.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/contributing') diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst index 51cfc7a4..bc113750 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -156,7 +156,7 @@ versions, so we are building it from source. Debian does keep their package in git, but it's upstream tarball imported into git without its original commit history. To be able to merge new tags in, we keep a fork of the upstream repository with packaging files imported from -Debian at http://github.com/vyos/keepalived-upstream +Debian at https://github.com/vyos/keepalived-upstream strongswan ^^^^^^^^^^ -- cgit v1.2.3 From 8eb93e2633a6770ae3dd19f77043e89d309a8fc7 Mon Sep 17 00:00:00 2001 From: Robert Göhler Date: Tue, 10 Dec 2019 14:58:10 +0100 Subject: Development: correct redirect link --- docs/contributing/development.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/contributing') 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/ -- cgit v1.2.3 From b4506f2f5629b90a426e54b27713134b8bb84bfc Mon Sep 17 00:00:00 2001 From: Robert Göhler Date: Tue, 10 Dec 2019 15:00:13 +0100 Subject: Issues and Features: correct broken link --- docs/contributing/issues-features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/contributing') diff --git a/docs/contributing/issues-features.rst b/docs/contributing/issues-features.rst index fd6225b9..3a1738d7 100644 --- a/docs/contributing/issues-features.rst +++ b/docs/contributing/issues-features.rst @@ -66,7 +66,7 @@ please search Phabricator_ if there is already a request pending. You can enhance it or if you don't find one, create a new one by use the quick link in the left side under the specific project. -.. _documentation: https://vyos.redthedocs.io +.. _documentation: https://docs.vyos.io .. _Slack: https://slack.vyos.io .. _Forum: https://forum.vyos.io .. _Phabricator: https://phabricator.vyos.net \ No newline at end of file -- cgit v1.2.3