fix About Edgent -> License
Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/commit/927970c6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/tree/927970c6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/diff/927970c6 Branch: refs/heads/master Commit: 927970c6bc562b456eaef529ba59981ec9dee816 Parents: 951f441 Author: Dale LaBossiere <[email protected]> Authored: Thu Dec 22 16:51:24 2016 -0500 Committer: Dale LaBossiere <[email protected]> Committed: Thu Dec 22 16:51:24 2016 -0500 ---------------------------------------------------------------------- site/_config.yml | 1 + site/_includes/header.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/927970c6/site/_config.yml ---------------------------------------------------------------------- diff --git a/site/_config.yml b/site/_config.yml index a63a430..0fa3656 100755 --- a/site/_config.yml +++ b/site/_config.yml @@ -123,6 +123,7 @@ port: 4000 host: 127.0.0.1 #Base URLs +sourcerepourl: https://github.com/apache/incubator-edgent downloadsurl: /docs/downloads projurl: / #docsurl: /javadoc/latest http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/927970c6/site/_includes/header.html ---------------------------------------------------------------------- diff --git a/site/_includes/header.html b/site/_includes/header.html index d6f3472..83e2bf8 100755 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -70,7 +70,7 @@ limitations under the License. <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About Edgent</a> <ul class="dropdown-menu"> <li><a href="/docs/overview">About Edgent</a></li> - <li><a href="{{ site.sourceurl }}/blob/master/LICENSE">License</a></li> + <li><a href="{{ site.sourcerepourl }}/blob/master/LICENSE">License</a></li> </ul> </li> <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Community</a>
