From c75c132d4a92522d458d9baceadb8a25a0de866b Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sat, 8 Apr 2023 16:53:09 +0300 Subject: [PATCH] Fix link in README --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index ba4294d..c30f3a0 100644 --- a/README.adoc +++ b/README.adoc @@ -5,7 +5,7 @@ configuration. I'm using podman in rootless mode and docker-compose with podman's docker socket emulation. All compose files are in TOML (just becaus I hate YAML). A helper function for ZSH `pct` (stands for **P**odman **C**ompose **T**OML) is available in -link:./podman-compose-toml.zsh[podman-compose-toml.zsh] +link:https://git.korhonen.cc/FunctionalHacker/podman-compose/src/branch/main/podman-compose-toml.zsh[podman-compose-toml.zsh] == TODO