From 8bd3fe5642217b56f187fe0498ca6791da600311 Mon Sep 17 00:00:00 2001 From: Robert Glonek Date: Fri, 21 Oct 2022 12:23:28 -0700 Subject: [PATCH] update md URLs --- README.md | 2 +- scripts/CERTS.md | 4 ++-- scripts/aerolab-buildenv/README.md | 4 ++-- scripts/aerolab-goclient/README.md | 4 ++-- scripts/aerolab-ldap/README.md | 2 +- scripts/aerolab-pythonclient/README.md | 4 ++-- src/go.mod | 2 +- tunnel-container-openvpn/README.md | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index fb3782e0..1498c95f 100644 --- a/README.md +++ b/README.md @@ -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 --- | --- | --- diff --git a/scripts/CERTS.md b/scripts/CERTS.md index 2bd6519f..501e06f4 100644 --- a/scripts/CERTS.md +++ b/scripts/CERTS.md @@ -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 diff --git a/scripts/aerolab-buildenv/README.md b/scripts/aerolab-buildenv/README.md index e3b159eb..7fa94e53 100644 --- a/scripts/aerolab-buildenv/README.md +++ b/scripts/aerolab-buildenv/README.md @@ -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 diff --git a/scripts/aerolab-goclient/README.md b/scripts/aerolab-goclient/README.md index a4e2d4d4..8f8c303b 100644 --- a/scripts/aerolab-goclient/README.md +++ b/scripts/aerolab-goclient/README.md @@ -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 diff --git a/scripts/aerolab-ldap/README.md b/scripts/aerolab-ldap/README.md index 1e003325..8835063e 100644 --- a/scripts/aerolab-ldap/README.md +++ b/scripts/aerolab-ldap/README.md @@ -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 diff --git a/scripts/aerolab-pythonclient/README.md b/scripts/aerolab-pythonclient/README.md index 2c15f068..b386e598 100644 --- a/scripts/aerolab-pythonclient/README.md +++ b/scripts/aerolab-pythonclient/README.md @@ -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 diff --git a/src/go.mod b/src/go.mod index 6706aa98..ace6687c 100644 --- a/src/go.mod +++ b/src/go.mod @@ -1,4 +1,4 @@ -module github.com/citrusleaf/aerolab +module github.com/aerospike/aerolab go 1.19 diff --git a/tunnel-container-openvpn/README.md b/tunnel-container-openvpn/README.md index fa4ff11f..4b0ba5e5 100755 --- a/tunnel-container-openvpn/README.md +++ b/tunnel-container-openvpn/README.md @@ -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 ```