Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix URL to use for cloning repository in documentation
After moving the repository from cloud GitHub to I2 GitHub fix the URLs
in the documentation for cloning the respository.
skoranda committed Oct 12, 2020
1 parent 13a0f8a commit 0f8a29a
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/comanage-registry-internet2-tier.md
@@ -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
```

2 changes: 1 addition & 1 deletion docs/evaluation.md
@@ -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
```

2 changes: 1 addition & 1 deletion docs/mod-auth-openidc-mariadb.md
@@ -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
```

2 changes: 1 addition & 1 deletion docs/shibboleth-sp-mariadb.md
@@ -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
```

2 changes: 1 addition & 1 deletion docs/shibboleth-sp-postgresql.md
@@ -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
```

2 changes: 1 addition & 1 deletion docs/simple-development.md
@@ -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

0 comments on commit 0f8a29a

Please sign in to comment.