GUACAMOLE-359: Move "Security" link to top level.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/commit/67b0d1ee Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/tree/67b0d1ee Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/diff/67b0d1ee Branch: refs/heads/master Commit: 67b0d1ee32e4ab4beb990e8b6f9fd44ce499666c Parents: c515801 Author: Michael Jumper <[email protected]> Authored: Fri Aug 4 14:28:06 2017 -0700 Committer: Michael Jumper <[email protected]> Committed: Fri Aug 4 14:41:55 2017 -0700 ---------------------------------------------------------------------- _links/asf.md | 2 +- _links/asf/code-of-conduct.md | 2 +- _links/asf/security.md | 5 ----- _links/asf/sponsorship.md | 2 +- _links/asf/thanks.md | 2 +- _links/security.md | 5 +++++ 6 files changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/67b0d1ee/_links/asf.md ---------------------------------------------------------------------- diff --git a/_links/asf.md b/_links/asf.md index 9ca78e4..8c7db59 100644 --- a/_links/asf.md +++ b/_links/asf.md @@ -1,4 +1,4 @@ --- menu-title: Apache Software Foundation -menu-weight: 4 +menu-weight: 5 --- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/67b0d1ee/_links/asf/code-of-conduct.md ---------------------------------------------------------------------- diff --git a/_links/asf/code-of-conduct.md b/_links/asf/code-of-conduct.md index 53b511c..9118dcb 100644 --- a/_links/asf/code-of-conduct.md +++ b/_links/asf/code-of-conduct.md @@ -1,5 +1,5 @@ --- menu-title: Code of Conduct -menu-weight: 6 +menu-weight: 5 location: http://www.apache.org/foundation/policies/conduct.html --- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/67b0d1ee/_links/asf/security.md ---------------------------------------------------------------------- diff --git a/_links/asf/security.md b/_links/asf/security.md deleted file mode 100644 index 107e7e3..0000000 --- a/_links/asf/security.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -menu-title: Security -menu-weight: 3 -location: http://www.apache.org/security/ ---- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/67b0d1ee/_links/asf/sponsorship.md ---------------------------------------------------------------------- diff --git a/_links/asf/sponsorship.md b/_links/asf/sponsorship.md index f179614..61141c1 100644 --- a/_links/asf/sponsorship.md +++ b/_links/asf/sponsorship.md @@ -1,5 +1,5 @@ --- menu-title: Sponsorship -menu-weight: 5 +menu-weight: 4 location: http://www.apache.org/foundation/sponsorship.html --- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/67b0d1ee/_links/asf/thanks.md ---------------------------------------------------------------------- diff --git a/_links/asf/thanks.md b/_links/asf/thanks.md index 0742ffb..e2f6a2f 100644 --- a/_links/asf/thanks.md +++ b/_links/asf/thanks.md @@ -1,5 +1,5 @@ --- menu-title: Thanks -menu-weight: 4 +menu-weight: 3 location: http://www.apache.org/foundation/thanks.html --- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/67b0d1ee/_links/security.md ---------------------------------------------------------------------- diff --git a/_links/security.md b/_links/security.md new file mode 100644 index 0000000..6ddef85 --- /dev/null +++ b/_links/security.md @@ -0,0 +1,5 @@ +--- +menu-title: Security +menu-weight: 4 +location: http://www.apache.org/security/ +---
