Skip to content

Commit

Permalink
Update references after repo name change
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoliaw committed Dec 19, 2024
1 parent a998ae7 commit 9c6fa6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN cargo build --release --target x86_64-unknown-linux-musl

FROM scratch

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

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ version of the compiler (1.81+). This is available from [rustup.rs][_rustup].
1. Clone this repository

```
$ git clone [email protected]:DiamondLightSource/data-endpoint-lookup.git
Cloning into 'data-endpoint-lookup'...
$ git clone [email protected]:DiamondLightSource/numtracker.git
Cloning into 'numtracker'...
...
$ cd data-endpoint-lookup
$ cd numtracker
```
2. Build the project
```
$ cargo build
Compiling numtracker v0.1.0 (./path/to/data-endpoint-lookup)
Compiling numtracker v0.1.0 (./path/to/numtracker)
...
Finished 'dev' profile [unoptimized + debuginfo] target(s) in 11.56s
```
Expand Down

0 comments on commit 9c6fa6d

Please sign in to comment.