diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f77adf3..f9c7632 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ Pull requests are the best way to propose changes to the codebase. We actively w 4. Ensure the test suite passes. 5. Create the pull request! -**Note:** PRs can only be merged if the [`build`](https://github.com/SDSC-ORD/rdfpipe-rs/blob/main/.github/workflows/rust.yml) GitHub action passes. +**Note:** PRs can only be merged if the [`build`](https://github.com/sdsc-ordes/rdfpipe-rs/blob/main/.github/workflows/rust.yml) GitHub action passes. ## License @@ -28,7 +28,7 @@ By contributing, you agree that your contributions will be licensed under its GP ## Important links - * [Open issues](https://github.com/SDSC-ORD/rdfpipe-rs/issues) - * [Open pull requests](https://github.com/SDSC-ORD/rdfpipe-rs/pulls) - * [Development section in the README](https://github.com/SDSC-ORD/rdfpipe-rs#development) - * [LICENSE](https://github.com/SDSC-ORD/rdfpipe-rs/blob/main/LICENSE) + * [Open issues](https://github.com/sdsc-ordes/rdfpipe-rs/issues) + * [Open pull requests](https://github.com/sdsc-ordes/rdfpipe-rs/pulls) + * [Development section in the README](https://github.com/sdsc-ordes/rdfpipe-rs#development) + * [LICENSE](https://github.com/sdsc-ordes/rdfpipe-rs/blob/main/LICENSE) diff --git a/Dockerfile b/Dockerfile index c4b17e3..93150b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ FROM ${RUST_BASE} AS builder # Create unprivileged user ENV USER=appuser ENV UID=1001 - + RUN adduser \ --disabled-password \ --gecos "" \ @@ -51,7 +51,7 @@ RUN cargo build --release FROM ${RUNNER_BASE} AS runner # Add annotations -LABEL org.opencontainers.image.source=https://github.com/SDSC-ORD/rdfpipe-rs +LABEL org.opencontainers.image.source=https://github.com/sdsc-ordes/rdfpipe-rs LABEL org.opencontainers.image.description="Quickly convert between RDF file formats. A rust implementation of rdfpipe based on the sophia crate." LABEL org.opencontainers.image.licenses=GPL-3.0-or-later LABEL org.opencontainers.image.version ${VERSION_BUILD} diff --git a/README.md b/README.md index 733faaf..2f69cf1 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) to learn about the different ways you can ```sh # Install for development -git clone https://github.com/SDSC-ORD/rdfpipe-rs +git clone https://github.com/sdsc-ordes/rdfpipe-rs cd rdfpipe-rs # Run unit and integration tests diff --git a/snomed.nt.gz b/snomed.nt.gz new file mode 100644 index 0000000..cc795bb Binary files /dev/null and b/snomed.nt.gz differ