Skip to content

Commit 9c6fa6d

Browse files
committed
Update references after repo name change
1 parent a998ae7 commit 9c6fa6d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN cargo build --release --target x86_64-unknown-linux-musl
1515

1616
FROM scratch
1717

18-
LABEL org.opencontainers.image.source=https://github.com/DiamondLightSource/data-endpoint-lookup.git
18+
LABEL org.opencontainers.image.source=https://github.com/DiamondLightSource/numtracker.git
1919
LABEL org.opencontainers.image.description="Central co-ordinator for scan numbers and file locations"
2020
LABEL org.opencontainers.image.licenses=Apache-2.0
2121

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ version of the compiler (1.81+). This is available from [rustup.rs][_rustup].
1313
1. Clone this repository
1414

1515
```
16-
$ git clone [email protected]:DiamondLightSource/data-endpoint-lookup.git
17-
Cloning into 'data-endpoint-lookup'...
16+
$ git clone [email protected]:DiamondLightSource/numtracker.git
17+
Cloning into 'numtracker'...
1818
...
19-
$ cd data-endpoint-lookup
19+
$ cd numtracker
2020
```
2121
2222
2. Build the project
2323
2424
```
2525
$ cargo build
26-
Compiling numtracker v0.1.0 (./path/to/data-endpoint-lookup)
26+
Compiling numtracker v0.1.0 (./path/to/numtracker)
2727
...
2828
Finished 'dev' profile [unoptimized + debuginfo] target(s) in 11.56s
2929
```

0 commit comments

Comments
 (0)