Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 0df5e30

Browse files
committed
clean unused links
1 parent a9e4004 commit 0df5e30

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/cloud/docker/docker-mode-developer.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Developer mode supports an active development environment with full, writable fi
1111

1212
## Performance considerations
1313

14-
On macOS and Windows systems, performance is slower in developer mode because of additional file synchronization operations. However, you can improve performance by using either the `manual-native` or the `mutagen` file synchronization option when you generate the `docker-compose.yml` file. See [Synchronizing data in Docker].
14+
On macOS and Windows systems, performance is slower in developer mode because of additional file synchronization operations. However, you can improve performance by using either the `manual-native` or the `mutagen` file synchronization option when you generate the `docker-compose.yml` file. See [Synchronizing data in Docker][sync].
1515

1616
{: .bs-callout-info }
1717
The `{{site.data.var.ct}}` version 2002.0.18 and later supports developer mode.
@@ -24,7 +24,7 @@ Large files (>1 GB) can cause a period of inactivity. DB dumps and archive files
2424
**Prerequisites:**
2525

2626
- Complete the [installation steps].
27-
- [Install file synchronization tools][Synchronizing data in Docker] if needed.
27+
- [Install file synchronization tools][sync] if needed.
2828

2929
{:.procedure}
3030
To launch the Docker environment in developer mode:
@@ -38,7 +38,7 @@ To launch the Docker environment in developer mode:
3838
{:.bs-callout-info}
3939
The `--mode` option in this step determines the deployment mode in a later step.
4040

41-
If required, set the option for [synchronizing data in Docker]. For example:
41+
If required, set the option for [synchronizing data in Docker][sync]. For example:
4242

4343
```bash
4444
./vendor/bin/ece-docker build:compose --mode="developer" --sync-engine="mutagen"
@@ -152,12 +152,10 @@ To launch the Docker environment in developer mode:
152152

153153
<!--Link definitions-->
154154

155-
[{{site.data.var.mcd-prod}} Docker image]: https://hub.docker.com/r/magento/magento-cloud-docker-php/tags
156155
[installation steps]: {{site.baseurl}}/cloud/docker/docker-installation.html
157-
[latest release of the {{site.data.var.mcd-package}}]: https://github.com/magento/magento-cloud-docker/releases
158156
[magento-creds]: {{site.baseurl}}/cloud/setup/first-time-setup-import-prepare.html#auth-json
159157
[mutagen-install]: https://mutagen.io/documentation/introduction/installation/
160158
[services]: {{site.baseurl}}/cloud/docker/docker-containers.html#service-containers
161159
[service configuration options]: {{site.baseurl}}/cloud/docker/docker-containers.html#service-configuration-options
162-
[Synchronizing data in Docker]: {{site.baseurl}}/cloud/docker/docker-syncing-data.html
160+
[sync]: {{site.baseurl}}/cloud/docker/docker-syncing-data.html
163161
[xdebug]: {{site.baseurl}}/cloud/docker/docker-development-debug.html#configure-xdebug]

0 commit comments

Comments
 (0)