Skip to content

Commit

Permalink
Merge pull request #60 from aerospike/v4.3.2
Browse files Browse the repository at this point in the history
update md URLs
  • Loading branch information
robertglonek committed Oct 21, 2022
2 parents 0591dae + 8bd3fe5 commit 06fee31
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Lab tool for spinning up Aerospike development and testing clusters on Docker or

## Releases: binaries

Go to the [releases page](https://github.com/citrusleaf/aerolab/releases) and download the required single binary.
Go to the [releases page](https://github.com/aerospike/aerolab/releases) and download the required single binary.

Operating System | Binary | Notes
--- | --- | ---
Expand Down
4 changes: 2 additions & 2 deletions scripts/CERTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Notes:

```
Via Web
% git clone https://github.com/citrusleaf/aerolab.git
% git clone https://github.com/aerospike/aerolab.git
Via SSH
% git clone git@github.com:citrusleaf/aerolab.git
% git clone git@github.com:aerospike/aerolab.git
```

## Enter this directory
Expand Down
4 changes: 2 additions & 2 deletions scripts/aerolab-buildenv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Notes:
#### Using https

```bash
git clone https://github.com/citrusleaf/aerolab.git
git clone https://github.com/aerospike/aerolab.git
```

#### Using git keys

```bash
git clone git@github.com:citrusleaf/aerolab.git
git clone git@github.com:aerospike/aerolab.git
```

## Enter this directory
Expand Down
4 changes: 2 additions & 2 deletions scripts/aerolab-goclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ This can be used on it's own, as part of [aerolab-buildenv](../aerolab-buildenv/
#### Using https

```bash
git clone https://github.com/citrusleaf/aerolab.git
git clone https://github.com/aerospike/aerolab.git
```

#### Using git keys

```bash
git clone git@github.com:citrusleaf/aerolab.git
git clone git@github.com:aerospike/aerolab.git
```

### Enter this directory
Expand Down
2 changes: 1 addition & 1 deletion scripts/aerolab-ldap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Usage: ./runme.sh start|stop|destroy|run|get
### First clone this repo

```bash
git clone https://github.com/citrusleaf/aerolab.git
git clone https://github.com/aerospike/aerolab.git
```

### Enter this directory
Expand Down
4 changes: 2 additions & 2 deletions scripts/aerolab-pythonclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ This can be used on it's own, as part of [aerolab-buildenv](../aerolab-buildenv/
#### Using https

```bash
git clone https://github.com/citrusleaf/aerolab.git
git clone https://github.com/aerospike/aerolab.git
```

#### Using git keys

```bash
git clone git@github.com:citrusleaf/aerolab.git
git clone git@github.com:aerospike/aerolab.git
```

### Enter this directory
Expand Down
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/citrusleaf/aerolab
module github.com/aerospike/aerolab

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion tunnel-container-openvpn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The container allows for the host MacOS/Windows to access all containers directl
2. Run the following commands from the terminal / bash shell:

```bash
git clone https://github.com/citrusleaf/aerolab
git clone https://github.com/aerospike/aerolab
cd aerolab/tunnel-container-openvpn/build-run
chmod 755 *sh && ./RUNME.sh
```
Expand Down

0 comments on commit 06fee31

Please sign in to comment.