Skip to content

Commit f4629c6

Browse files
committed
Fix broken links in "Managing Containers with Docker on Portenta X8" tutorial
1 parent 9f1082e commit f4629c6

File tree

1 file changed

+3
-3
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/docker-container

1 file changed

+3
-3
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/docker-container/content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ hardware:
1818

1919
[Docker](http://docker.com) Is a platform full of applications, called containers. Containers are isolated solutions and thus they don't have to depend on your environment. Making them portable and consistent throughout development, testing and production.
2020

21-
You can download, install, use and share applications in the form of containers. You can find all the available containers on the [hub.docker.com](hub.docker.com) page.
21+
You can download, install, use and share applications in the form of containers. You can find all the available containers on the [hub.docker.com](https://hub.docker.com) page.
2222

2323
In this tutorial we will go through the steps of how to install, run and remove the [Hello-World Container](https://hub.docker.com/_/hello-world)
2424

@@ -34,7 +34,7 @@ In this tutorial we will go through the steps of how to install, run and remove
3434
- [Arduino Portenta X8](https://store.arduino.cc/products/portenta-x8)
3535
- USB-C cable (either USB-C to USB-A or USB-C to USB-C)
3636
- Wi-Fi Access Point with Internet Access
37-
- ADB or SSH. [Check how to connect to your Portenta X8](docs.arduino.cc/tutorials/portenta-x8/out-of-the-box#controlling-portenta-x8-through-the-terminal)
37+
- ADB or SSH. [Check how to connect to your Portenta X8](/tutorials/portenta-x8/out-of-the-box#controlling-portenta-x8-through-the-terminal)
3838

3939
## Using Docker
4040

@@ -45,7 +45,7 @@ docker -v
4545

4646
***To use this tool, first of all you will need to connect to your device, check [how to connect using adb/ssh](/tutorials/portenta-x8/out-of-the-box#controlling-portenta-x8-through-the-terminal).***
4747

48-
You can check the Docker reference documentation, which covers all the features of the tool in depth at [https://docs.docker.com/](docs.docker.com).
48+
You can check the Docker reference documentation, which covers all the features of the tool in depth at [docs.docker.com](https://docs.docker.com/).
4949

5050
The following steps shows how to install, run and uninstall the "Hello World" container.
5151

0 commit comments

Comments
 (0)