Update dev-best-practices.md (#8840)

Added a '/' to the Docker for Azure link to fix broken link.
This commit is contained in:
Victor Bennich 2019-05-25 21:20:33 +02:00 committed by Maria Bermudez
parent 72639b6333
commit 313b0dc4d7
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ keep image size small:
There are limitations around sharing data amongst nodes of a swarm service.
If you use [Docker for AWS](/docker-for-aws/persistent-data-volumes.md) or
[Docker for Azure](docker-for-azure/persistent-data-volumes.md), you can use the
[Docker for Azure](/docker-for-azure/persistent-data-volumes.md), you can use the
Cloudstor plugin to share data amongst your swarm service nodes. You can also
write your application data into a separate database which supports simultaneous
updates.