Repository: opennlp-site Updated Branches: refs/heads/master 7dccc1513 -> 38aa80e4b
OPENNLP-1072: Update site repository instructions closes apache/opennlp-site#18 Project: http://git-wip-us.apache.org/repos/asf/opennlp-site/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp-site/commit/38aa80e4 Tree: http://git-wip-us.apache.org/repos/asf/opennlp-site/tree/38aa80e4 Diff: http://git-wip-us.apache.org/repos/asf/opennlp-site/diff/38aa80e4 Branch: refs/heads/master Commit: 38aa80e4b8df2d4879502254bc3164c12cee3a28 Parents: 7dccc15 Author: William D C M SILVA <[email protected]> Authored: Sun May 21 19:16:13 2017 -0300 Committer: William D C M SILVA <[email protected]> Committed: Sun May 21 19:16:13 2017 -0300 ---------------------------------------------------------------------- src/main/jbake/content/source-code.ad | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/38aa80e4/src/main/jbake/content/source-code.ad ---------------------------------------------------------------------- diff --git a/src/main/jbake/content/source-code.ad b/src/main/jbake/content/source-code.ad index 5f395b1..c78bfcd 100644 --- a/src/main/jbake/content/source-code.ad +++ b/src/main/jbake/content/source-code.ad @@ -22,20 +22,19 @@ :jbake-status: published :idprefix: -## Web Access -View the code on Github: +## GitHub Mirror Access +View the code, fork and send pull requests on Github: * https://github.com/apache/opennlp[Github opennlp] +* https://github.com/apache/opennlp-site[Github opennlp-site] * https://github.com/apache/opennlp-addons[Github opennlp-addons] * https://github.com/apache/opennlp-sandbox[Github opennlp-sandbox] -## Repository +## Apache Git Repository The Git repositories can be checked out with these commands: * `git clone https://git-wip-us.apache.org/repos/asf/opennlp.git` +* `git clone https://git-wip-us.apache.org/repos/asf/opennlp-site.git` * `git clone https://git-wip-us.apache.org/repos/asf/opennlp-addons.git` * `git clone https://git-wip-us.apache.org/repos/asf/opennlp-sandbox.git` -## Website SVN Checkout -To checkout the website: -`svn co https://svn.apache.org/repos/asf/opennlp/site/`
