diff --git a/changelog.d/18971.misc b/changelog.d/18971.misc new file mode 100644 index 0000000000..2d417d1319 --- /dev/null +++ b/changelog.d/18971.misc @@ -0,0 +1 @@ +Update dockerfile metadata to fix broken link; point to documentation website. \ No newline at end of file diff --git a/docker/Dockerfile b/docker/Dockerfile index 15c458fa28..7a8e57c230 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -171,8 +171,8 @@ FROM docker.io/library/python:${PYTHON_VERSION}-slim-${DEBIAN_VERSION} ARG TARGETARCH -LABEL org.opencontainers.image.url='https://matrix.org/docs/projects/server/synapse' -LABEL org.opencontainers.image.documentation='https://github.com/element-hq/synapse/blob/master/docker/README.md' +LABEL org.opencontainers.image.url='https://github.com/element-hq/synapse' +LABEL org.opencontainers.image.documentation='https://element-hq.github.io/synapse/latest/' LABEL org.opencontainers.image.source='https://github.com/element-hq/synapse.git' LABEL org.opencontainers.image.licenses='AGPL-3.0-or-later'