From 8f53bdcaefbba23abb9eedd9211d94a3b2fe4bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81kos=20Luk=C3=A1cs?= Date: Fri, 20 Oct 2023 10:05:59 +0200 Subject: [PATCH] README.md - links on Github seem to be case sensitive In those two cases the links containing `/dockerfile` lead to 404 when viewing on Github. --- linux/preview/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/preview/README.md b/linux/preview/README.md index 22e74d62..924a72ce 100644 --- a/linux/preview/README.md +++ b/linux/preview/README.md @@ -3,8 +3,8 @@ There are five Linux-based Docker container images documented here: * A representation of the actual [Dockerfile](Ubuntu/Dockerfile) that is used by Microsoft to build the Ubuntu-based image [mssql-server-linux](https://hub.docker.com/r/microsoft/mssql-server-linux/) which is available at Docker Hub. * A [Dockerfile](CentOS/Dockerfile) for building a CentOS-based image on your own * A [Dockerfile](RHEL/Dockerfile) for building a RHEL-based image on your own -* A [Dockerfile](SLES/dockerfile) for building a SLES-based image on your own -* A [Dockerfile](openSUSE/dockerfile) for building an openSUSE-based image on your own +* A [Dockerfile](SLES/Dockerfile) for building a SLES-based image on your own +* A [Dockerfile](openSUSE/Dockerfile) for building an openSUSE-based image on your own Full documentation can be found at the [SQL Server on Linux Docker image page](https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-setup-docker).