diff --git a/linux/preview/README.md b/linux/preview/README.md index 22e74d62..3a238a36 100644 --- a/linux/preview/README.md +++ b/linux/preview/README.md @@ -1,6 +1,6 @@ # Introduction 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 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/_/microsoft-mssql-server) 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 @@ -12,7 +12,7 @@ Learn more about the latest release of SQL Server on Linux here: [SQL Server on # mssql-server-linux -This Ubuntu-based image is built and maintened by Microsoft, and published on [Docker Hub](https://hub.docker.com/r/microsoft/mssql-server-linux/). +This Ubuntu-based image is built and maintened by Microsoft, and published on [Docker Hub](https://hub.docker.com/_/microsoft-mssql-server). # mssql-server-centos diff --git a/oss-drivers/msphpsql/README.md b/oss-drivers/msphpsql/README.md index 31fe9f1c..1931c433 100644 --- a/oss-drivers/msphpsql/README.md +++ b/oss-drivers/msphpsql/README.md @@ -1,6 +1,6 @@ # PHP Development Environment for SQL Server -This image provides an integrated development environment for PHP with connectivity to a remote SQL Server database. Learn more about [SQL Server on Linux](https://hub.docker.com/r/microsoft/mssql-server-linux/). To report issues or provide feedback, please file an issue in the [SQL Server in Docker GitHub Repository](https://github.com/Microsoft/mssql-docker). +This image provides an integrated development environment for PHP with connectivity to a remote SQL Server database. Learn more about [SQL Server on Linux](https://hub.docker.com/_/microsoft-mssql-server). To report issues or provide feedback, please file an issue in the [SQL Server in Docker GitHub Repository](https://github.com/Microsoft/mssql-docker). ### [Dockerfile](https://github.com/Microsoft/mssql-docker/blob/master/oss-drivers//msphpsql/Dockerfile) diff --git a/oss-drivers/pyodbc/README.md b/oss-drivers/pyodbc/README.md index 9fb1c8ca..8add63a1 100644 --- a/oss-drivers/pyodbc/README.md +++ b/oss-drivers/pyodbc/README.md @@ -1,6 +1,6 @@ # Python Development Environment for SQL Server -This image provides an integrated development environment for Python with connectivity to a remote SQL Server database. Learn more about [SQL Server on Linux](https://hub.docker.com/r/microsoft/mssql-server-linux/). To report issues or provide feedback, please file an issue in the [SQL Server in Docker GitHub Repository](https://github.com/Microsoft/mssql-docker). +This image provides an integrated development environment for Python with connectivity to a remote SQL Server database. Learn more about [SQL Server on Linux](https://hub.docker.com/_/microsoft-mssql-server). To report issues or provide feedback, please file an issue in the [SQL Server in Docker GitHub Repository](https://github.com/Microsoft/mssql-docker). ### [Dockerfile](https://github.com/Microsoft/mssql-docker/blob/master/oss-drivers/pyodbc/Dockerfile) diff --git a/oss-drivers/tedious/README.md b/oss-drivers/tedious/README.md index 5a34dc56..f2d77a4b 100644 --- a/oss-drivers/tedious/README.md +++ b/oss-drivers/tedious/README.md @@ -1,6 +1,6 @@ # Node.js Development Environment for SQL Server -This image provides an integrated development environment for Node.js with connectivity to a remote SQL Server database. Learn more about [SQL Server on Linux](https://hub.docker.com/r/microsoft/mssql-server-linux/). To report issues or provide feedback, please file an issue in the [SQL Server in Docker GitHub Repository](https://github.com/Microsoft/mssql-docker). +This image provides an integrated development environment for Node.js with connectivity to a remote SQL Server database. Learn more about [SQL Server on Linux](https://hub.docker.com/_/microsoft-mssql-server). To report issues or provide feedback, please file an issue in the [SQL Server in Docker GitHub Repository](https://github.com/Microsoft/mssql-docker). ### [Dockerfile](https://github.com/Microsoft/mssql-docker/blob/master/oss-drivers/tedious/Dockerfile)