From d3ea80fdfe6eaa735220cf8d7975ed418adb5ffd Mon Sep 17 00:00:00 2001 From: jj Date: Wed, 6 Aug 2025 21:09:15 +0000 Subject: [PATCH] docs/run-an-instance: replace useless digitalocean links --- docs/run-an-instance.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/run-an-instance.md b/docs/run-an-instance.md index 04c6823b..281b3b53 100644 --- a/docs/run-an-instance.md +++ b/docs/run-an-instance.md @@ -4,9 +4,9 @@ this tutorial will help you run your own cobalt processing instance. if your ins ## using docker compose and package from github (recommended) to run the cobalt docker package, you need to have `docker` and `docker-compose` installed and configured. -if you need help with installing docker, follow *only the first step* of these tutorials by digitalocean: -- [how to install docker](https://www.digitalocean.com/community/tutorial-collections/how-to-install-and-use-docker) -- [how to install docker compose](https://www.digitalocean.com/community/tutorial-collections/how-to-install-docker-compose) +if you need help with installing docker, you can find more information here: +- [how to install docker](https://docs.docker.com/engine/install/) +- [how to install docker compose](https://docs.docker.com/compose/install/) ## how to run a cobalt docker package: 1. create a folder for cobalt config file, something like this: