Skip to content

Commit a939436

Browse files
authored
docs: fix malformed URL scheme in docker resources (#545)
The compose_plantuml link used the scheme `hhttps://` (a doubled h) so it does not resolve. The neighbouring funkwerk link on the same line already uses `https://`. This corrects the scheme.
1 parent b033419 commit a939436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-your-own-lab/docker_resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- [bocker](https://github.com/icy/bocker) (2) - Write Dockerfile completely in Bash. Extensible and simple. --> Reusable by [@icy](https://github.com/icy)
2828
- [box](https://github.com/box-builder/box) - Build Dockerfile images with a mruby DSL, includes flattening and layer manipulation
2929
- [Capitan](https://github.com/byrnedo/capitan) - Composable docker orchestration with added scripting support by [@byrnedo](https://github.com/byrnedo).
30-
- [compose_plantuml](hhttps://github.com/funkwerk/compose_plantuml) - Generate Plantuml graphs from docker-compose files by [@funkwerk](https://github.com/funkwerk)
30+
- [compose_plantuml](https://github.com/funkwerk/compose_plantuml) - Generate Plantuml graphs from docker-compose files by [@funkwerk](https://github.com/funkwerk)
3131
- [Composerize](https://github.com/magicmark/composerize) - Convert docker run commands into docker-compose files
3232
- [crowdr](https://github.com/polonskiy/crowdr) - Tool for managing multiple Docker containers (`docker-compose` alternative) by [@polonskiy](https://github.com/polonskiy/)
3333
- [docker-compose-graphviz](https://github.com/abesto/docker-compose-graphviz) - Turn a docker-compose.yml files into Graphviz .dot files by [@abesto](https://github.com/abesto)

0 commit comments

Comments
 (0)