Skip to content

Commit 3dcfbdb

Browse files
committed
Fix docs links
Signed-off-by: Guillaume Tardif <[email protected]>
1 parent 5d732a9 commit 3dcfbdb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ This repository includes the Extensions CLI and samples to create Docker Extensi
88

99
To get started with Docker Extensions you will need a specific Docker Desktop build that comes with extension capabilities and the Extensions CLI.
1010

11-
See [prerequisites](docs/index.md#prerequisites).
11+
See [prerequisites](https://docs.docker.com/desktop/extensions-sdk/build/get-started/#prerequisites).
1212

1313
## Tutorials
1414

15-
- [Create a minimal frontend extension](docs/tutorials/minimal-frontend-extension.md) - a minimal Desktop Extension containing only a UI part based on HTML.
16-
- [Create a minimal backend extension](docs/tutorials/minimal-backend-extension.md) - a Desktop Extension containing a UI part connecting to a minimal backend.
17-
- [Create a minimal Docker CLI extension](docs/tutorials/minimal-frontend-using-docker-cli.md) - a minimal Desktop Extension containing only a UI part that invokes Docker CLI commands.
18-
- [Create a ReactJS-based extension](docs/tutorials/react-extension.md) - a minimal Desktop Extension containing only a UI part based on ReactJS.
15+
- [Create a minimal frontend extension](https://docs.docker.com/desktop/extensions-sdk/build/set-up/minimal-frontend-extension/) - a minimal Desktop Extension containing only a UI part based on HTML.
16+
- [Create a minimal backend extension](https://docs.docker.com/desktop/extensions-sdk/build/set-up/minimal-backend-extension/) - a Desktop Extension containing a UI part connecting to a minimal backend.
17+
- [Create a minimal Docker CLI extension](https://docs.docker.com/desktop/extensions-sdk/build/set-up/minimal-frontend-using-docker-cli/) - a minimal Desktop Extension containing only a UI part that invokes Docker CLI commands.
18+
- [Create a ReactJS-based extension](https://docs.docker.com/desktop/extensions-sdk/build/set-up/react-extension/) - a minimal Desktop Extension containing only a UI part based on ReactJS.
1919

2020
## Extensions SDK documentation
2121

@@ -27,20 +27,20 @@ Documentation about the Extensions SDK and creating your own extensions can be f
2727

2828
Desktop Extensions are packaged and distributed as Docker images.
2929
Development of extensions can be done locally without the need to push the extension to Docker Hub.
30-
This is described in [Extension Distribution](docs/extensions/DISTRIBUTION.md).
30+
This is described in [Extension Distribution](https://docs.docker.com/desktop/extensions-sdk/extensions/DISTRIBUTION/).
3131

32-
The extension image must have some specific content as described in [Extension Metadata](docs/extensions/METADATA.md).
32+
The extension image must have some specific content as described in [Extension Metadata](https://docs.docker.com/desktop/extensions-sdk/extensions/METADATA/).
3333

3434
## Developing Docker Extensions
3535

36-
The [Extensions CLI](docs/dev/cli/usage.md) is an extension development tool that can be used to manage Docker extensions.
36+
The [Extensions CLI](https://docs.docker.com/desktop/extensions-sdk/dev/usage/) is an extension development tool that can be used to manage Docker extensions.
3737

3838
This repository contains multiple extensions, each one is defined in an individual directories at the root of the repository.
3939
These are Docker developed samples that are not meant to be final products.
4040

41-
To try one of them, navigate to the directory of the extension then [use the CLI to build and install the extension](docs/dev/cli/build-test-install-extension.md) on Docker Desktop.
41+
To try one of them, navigate to the directory of the extension then [use the CLI to build and install the extension](https://docs.docker.com/desktop/extensions-sdk/build/build-install/) on Docker Desktop.
4242

43-
The [overview](docs/dev/overview.md) describes how to get started developing your custom Docker Extension. It also covers how to open the Chrome Dev Tools and show the extension containers.
43+
The [Quickstart guide](https://docs.docker.com/desktop/extensions-sdk/quickstart/) describes how to get started developing your custom Docker Extension. It also covers how to open the Chrome Dev Tools and show the extension containers.
4444

4545
The extension UI has access to an extension API to invoke backend operations from the UI, e.g. listing running containers, images, etc.
4646
Furthermore, you can communicate with your extension backend service or invoke a binary on the host or in the VM.
@@ -49,4 +49,4 @@ Furthermore, you can communicate with your extension backend service or invoke a
4949

5050
We are currently in the process of developing our design system but in the meantime, here are some [UI guidelines](https://www.figma.com/file/U7pLWfEf6IQKUHLhdateBI/Docker-Design-Guidelines?node-id=1%3A28771). Docker Desktop's UI is written in React and [Material UI](https://mui.com/), and we strongly recommend adopting this combination in your extensions as well. This brings the benefit of using our [Material UI Theme](https://www.npmjs.com/package/@docker/docker-mui-theme) to easily replicate Docker Desktop's look & feel, and we'll continue to release libraries and utilities targeting this combination.
5151

52-
You can read more about our design principles [here](/docs/design/design-principles.md).
52+
You can read more about our design guidelines [here](https://docs.docker.com/desktop/extensions-sdk/design/design-guidelines/).

0 commit comments

Comments
 (0)