Skip to content

Commit

Permalink
Fix URL to use for cloning repository in documentation
Browse files Browse the repository at this point in the history
After moving the repository from cloud GitHub to I2 GitHub fix the URLs
in the documentation for cloning the respository.
  • Loading branch information
skoranda committed Oct 12, 2020
1 parent 13a0f8a commit 0f8a29a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/comanage-registry-internet2-tier.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ and skip down to the section
* Clone this repository:

```
git clone https://github.com/Internet2/comanage-registry-docker.git
git clone https://github.internet2.edu/docker/comanage-registry-docker.git
cd comanage-registry-docker
```

Expand Down
2 changes: 1 addition & 1 deletion docs/evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ version 1.13.0 or higher.
* Clone this repository:

```
git clone https://github.com/Internet2/comanage-registry-docker.git
git clone https://github.internet2.edu/docker/comanage-registry-docker.git
cd comanage-registry-docker
```

Expand Down
2 changes: 1 addition & 1 deletion docs/mod-auth-openidc-mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ as the relational database.
* Clone this repository:

```
git clone https://github.com/Internet2/comanage-registry-docker.git
git clone https://github.internet2.edu/docker/comanage-registry-docker.git
cd comanage-registry-docker
```

Expand Down
2 changes: 1 addition & 1 deletion docs/shibboleth-sp-mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ as the relational database.
* Clone this repository:

```
git clone https://github.com/Internet2/comanage-registry-docker.git
git clone https://github.internet2.edu/docker/comanage-registry-docker.git
cd comanage-registry-docker
```

Expand Down
2 changes: 1 addition & 1 deletion docs/shibboleth-sp-postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ as the relational database.
* Clone this repository:

```
git clone https://github.com/Internet2/comanage-registry-docker.git
git clone https://github.internet2.edu/docker/comanage-registry-docker.git
cd comanage-registry-docker
```

Expand Down
2 changes: 1 addition & 1 deletion docs/simple-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mkdir -p $HOME/comanage-data/postgresql/data

```
cd $HOME
git clone https://github.com/Internet2/comanage-registry.git
git clone https://github.internet2.edu/docker/comanage-registry-docker.git
```

* Change directories into the repository you just
Expand Down

0 comments on commit 0f8a29a

Please sign in to comment.