Skip to content

Commit

Permalink
Updated documentation links to reflect new github repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedurbin committed Jun 3, 2014
1 parent eeddec8 commit 244cad2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Fedora 4

[![Build Status](https://travis-ci.org/futures/fcrepo4.png?branch=master)](https://travis-ci.org/futures/fcrepo4)
[![Build Status](https://travis-ci.org/fcrepo4/fcrepo4.png?branch=master)](https://travis-ci.org/fcrepo4/fcrepo4)

[JavaDocs](http://docs.fcrepo.org/) |
[Fedora Wiki](https://wiki.duraspace.org/display/FF) |
Expand All @@ -20,7 +20,7 @@ System Requirements
* Maven 3

```bash
$ git clone https://github.com/futures/fcrepo4.git
$ git clone https://github.com/fcrepo4/fcrepo4.git
$ cd fcrepo4
$ MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=1024m" mvn install
$ cd fcrepo-webapp
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-webapp/src/main/webapp/index.html
Expand Up @@ -35,7 +35,7 @@
<nav class="navbar navbar-default navbar-fixed-bottom" role="navigation">
<div class="container">
<ul class="nav navbar-nav">
<li><a href="https://github.com/futures/fcrepo4/issues">Issue Tracker</a></li>
<li><a href="https://github.com/fcrepo4/fcrepo4/issues">Issue Tracker</a></li>
<li><a href="https://wiki.duraspace.org/display/FF">Wiki</a></li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-webapp/src/test/jmeter/readme.txt
@@ -1,4 +1,4 @@
This directory contains the JMeter test plan from https://github.com/futures/ff-jmeter-madness
This directory contains the JMeter test plan from https://github.com/fcrepo4-labs/ff-jmeter-madness

The test plan may be invoked via Maven:

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -1144,11 +1144,11 @@
</pluginRepositories>

<scm>
<connection>scm:git:git://github.com/futures/${project_name}.git
<connection>scm:git:git://github.com/fcrepo4/${project_name}.git
</connection>
<developerConnection>scm:git:git@github.com:futures/${project_name}.git
<developerConnection>scm:git:git@github.com:fcrepo4/${project_name}.git
</developerConnection>
<url>https://github.com/futures/fcrepo4</url>
<url>https://github.com/fcrepo4/fcrepo4</url>
<tag>HEAD</tag>
</scm>
<prerequisites>
Expand Down Expand Up @@ -1435,7 +1435,7 @@
</developers>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/futures/fcrepo4/issues</url>
<url>https://github.com/fcrepo4/fcrepo4/issues</url>
</issueManagement>
<mailingLists>
<mailingList>
Expand Down
6 changes: 3 additions & 3 deletions src/site/site.xml
Expand Up @@ -13,9 +13,9 @@

<body>
<links>
<item name="Fedora Futures" href="http://fcrepo.org/" />
<item name="Fedora Futures on GitHub" href="http://github.com/futures/" />
<item name="Developer Documentation" href="http://futures.github.com/fcrepo4/" />
<item name="Fedora" href="http://fcrepo.org/" />
<item name="Fedora 4 on GitHub" href="http://github.com/fcrepo4/" />
<item name="Developer Documentation" href="http://fcrepo4.github.com/fcrepo4/" />
</links>

<breadcrumbs>
Expand Down

0 comments on commit 244cad2

Please sign in to comment.