Skip to content

Commit 95f13c2

Browse files
docs: update docker image name
Signed-off-by: Thomas Poignant <[email protected]>
1 parent 7ff0169 commit 95f13c2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

website/docs/tooling/cli.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ scoop install go-feature-flag-cli
2727

2828
### Install using Docker
2929
```shell
30-
docker pull thomaspoignant/go-feature-flag-cli:latest
30+
docker pull gofeatureflag/go-feature-flag-cli:latest
3131
```

website/docs/tooling/migrate_v0_v1.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ scoop install go-feature-flag-migration-cli
3333

3434
### Install using Docker
3535
```shell
36-
docker pull thomaspoignant/go-feature-flag-migration-cli:latest
36+
docker pull gofeatureflag/go-feature-flag-migration-cli:latest
3737
```
3838

3939
## Use the migration command line
@@ -55,7 +55,6 @@ The command line has 4 arguments you should specify.
5555

5656

5757
## Update your flag file
58-
5958
When your file is ready, you just have to replace your file in the location where GO Feature Flag is retrieves it.
6059

6160
:::tip

0 commit comments

Comments
 (0)