Skip to content

Commit bf01a98

Browse files
committed
Fix github namespace for packages
Signed-off-by: Albert Lombarte <albert@krakend.io>
1 parent 8efe400 commit bf01a98

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

developer/integration-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You must build the go binary that allows you to run the tests.
5959
To install the integration tests you only need to run the following lines in any machine or Docker container with go installed:
6060

6161
{{< terminal title="Installing the integration tool" >}}
62-
go install github.com/krakendio/krakend-ce/v2/cmd/krakend-integration@v{{< product latest_version >}}
62+
go install github.com/krakend/krakend-ce/v2/cmd/krakend-integration@v{{< product latest_version >}}
6363
{{< /terminal >}}
6464

6565
After this you should have a new binary `krakend-integration` in your PATH. To use it you will to execute:

v2.0/developer/integration-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You must build the go binary that allows you to run the tests.
5858
To install the integration tests you only need to run the following lines in any machine or Docker container with go installed:
5959

6060
{{< terminal title="Installing the integration tool" >}}
61-
go install github.com/krakendio/krakend-ce/v2/cmd/krakend-integration@v2.0
61+
go install github.com/krakend/krakend-ce/v2/cmd/krakend-integration@v2.0
6262
{{< /terminal >}}
6363

6464
After this you should have a new binary `krakend-integration` in your PATH. To use it you will to execute:

v2.1/developer/integration-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You must build the go binary that allows you to run the tests.
5858
To install the integration tests you only need to run the following lines in any machine or Docker container with go installed:
5959

6060
{{< terminal title="Installing the integration tool" >}}
61-
go install github.com/krakendio/krakend-ce/v2/cmd/krakend-integration@v2.1
61+
go install github.com/krakend/krakend-ce/v2/cmd/krakend-integration@v2.1
6262
{{< /terminal >}}
6363

6464
After this you should have a new binary `krakend-integration` in your PATH. To use it you will to execute:

v2.2/developer/integration-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You must build the go binary that allows you to run the tests.
5858
To install the integration tests you only need to run the following lines in any machine or Docker container with go installed:
5959

6060
{{< terminal title="Installing the integration tool" >}}
61-
go install github.com/krakendio/krakend-ce/v2/cmd/krakend-integration@v2.2
61+
go install github.com/krakend/krakend-ce/v2/cmd/krakend-integration@v2.2
6262
{{< /terminal >}}
6363

6464
After this you should have a new binary `krakend-integration` in your PATH. To use it you will to execute:

v2.3/developer/integration-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You must build the go binary that allows you to run the tests.
5858
To install the integration tests you only need to run the following lines in any machine or Docker container with go installed:
5959

6060
{{< terminal title="Installing the integration tool" >}}
61-
go install github.com/krakendio/krakend-ce/v2/cmd/krakend-integration@v2.3
61+
go install github.com/krakend/krakend-ce/v2/cmd/krakend-integration@v2.3
6262
{{< /terminal >}}
6363

6464
After this you should have a new binary `krakend-integration` in your PATH. To use it you will to execute:

v2.4/developer/integration-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You must build the go binary that allows you to run the tests.
5959
To install the integration tests you only need to run the following lines in any machine or Docker container with go installed:
6060

6161
{{< terminal title="Installing the integration tool" >}}
62-
go install github.com/krakendio/krakend-ce/v2/cmd/krakend-integration@v2.4
62+
go install github.com/krakend/krakend-ce/v2/cmd/krakend-integration@v2.4
6363
{{< /terminal >}}
6464

6565
After this you should have a new binary `krakend-integration` in your PATH. To use it you will to execute:

v2.5/developer/integration-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You must build the go binary that allows you to run the tests.
5959
To install the integration tests you only need to run the following lines in any machine or Docker container with go installed:
6060

6161
{{< terminal title="Installing the integration tool" >}}
62-
go install github.com/krakendio/krakend-ce/v2/cmd/krakend-integration@v2.5
62+
go install github.com/krakend/krakend-ce/v2/cmd/krakend-integration@v2.5
6363
{{< /terminal >}}
6464

6565
After this you should have a new binary `krakend-integration` in your PATH. To use it you will to execute:

v2.6/developer/integration-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You must build the go binary that allows you to run the tests.
5959
To install the integration tests you only need to run the following lines in any machine or Docker container with go installed:
6060

6161
{{< terminal title="Installing the integration tool" >}}
62-
go install github.com/krakendio/krakend-ce/v2/cmd/krakend-integration@v2.6
62+
go install github.com/krakend/krakend-ce/v2/cmd/krakend-integration@v2.6
6363
{{< /terminal >}}
6464

6565
After this you should have a new binary `krakend-integration` in your PATH. To use it you will to execute:

v2.7/developer/integration-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You must build the go binary that allows you to run the tests.
5959
To install the integration tests you only need to run the following lines in any machine or Docker container with go installed:
6060

6161
{{< terminal title="Installing the integration tool" >}}
62-
go install github.com/krakendio/krakend-ce/v2/cmd/krakend-integration@v2.7
62+
go install github.com/krakend/krakend-ce/v2/cmd/krakend-integration@v2.7
6363
{{< /terminal >}}
6464

6565
After this you should have a new binary `krakend-integration` in your PATH. To use it you will to execute:

v2.8/developer/integration-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You must build the go binary that allows you to run the tests.
5959
To install the integration tests you only need to run the following lines in any machine or Docker container with go installed:
6060

6161
{{< terminal title="Installing the integration tool" >}}
62-
go install github.com/krakendio/krakend-ce/v2/cmd/krakend-integration@v2.8
62+
go install github.com/krakend/krakend-ce/v2/cmd/krakend-integration@v2.8
6363
{{< /terminal >}}
6464

6565
After this you should have a new binary `krakend-integration` in your PATH. To use it you will to execute:

0 commit comments

Comments
 (0)