Repository: cordova-docs Updated Branches: refs/heads/master 7ed25bba5 -> bd6bb2dca
Added dist link to footer. Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/bd6bb2dc Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/bd6bb2dc Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/bd6bb2dc Branch: refs/heads/master Commit: bd6bb2dca1f3d14c481db93ae71c6adcdd02083e Parents: 7ed25bb Author: Dmitry Blotsky <[email protected]> Authored: Fri Jan 22 19:30:31 2016 -0800 Committer: Dmitry Blotsky <[email protected]> Committed: Fri Jan 22 19:30:31 2016 -0800 ---------------------------------------------------------------------- www/_includes/footer.html | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/bd6bb2dc/www/_includes/footer.html ---------------------------------------------------------------------- diff --git a/www/_includes/footer.html b/www/_includes/footer.html index c43d2b2..91a44a0 100644 --- a/www/_includes/footer.html +++ b/www/_includes/footer.html @@ -12,6 +12,9 @@ <a target="_blank" href="https://projects.apache.org/project.html?cordova">Apache Project Page</a> </li> <li> + <a href="https://dist.apache.org/repos/dist/release/cordova/">Source Distribution</a> + </li> + <li> <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">License</a> </li> <li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
