From 2e6e75dd4710b94f32eb9f6b9303c1c0b16356c6 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 23 Aug 2023 10:20:39 +0200 Subject: [PATCH] fix: revert cheatsheet location change Accidentally changed the url path of the cheathseet pdf during migration Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/get-started/resources.md | 4 ++-- static/{ => get-started}/docker_cheatsheet.pdf | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename static/{ => get-started}/docker_cheatsheet.pdf (100%) diff --git a/content/get-started/resources.md b/content/get-started/resources.md index 62f2e69d29..2a8c021b31 100644 --- a/content/get-started/resources.md +++ b/content/get-started/resources.md @@ -46,7 +46,7 @@ If books are your preferred learning style, check out these written by the [Dock ## CLI cheat sheet -The [Docker CLI cheat sheet](/docker_cheatsheet.pdf) features the common Docker CLI commands for easy reference. It covers working with Images, Containers, Docker Hub, and other general purpose commands. +The [Docker CLI cheat sheet](/get-started/docker_cheatsheet.pdf) features the common Docker CLI commands for easy reference. It covers working with Images, Containers, Docker Hub, and other general purpose commands. ## Self-Paced online learning @@ -70,4 +70,4 @@ A number of Docker Captains have also created video courses on Docker and Kubern > members. This is not an officially translated version of Docker docs and it may not be up to date. > You must use the community-translated docs at your own discretion. -- [Subset of Docker docs in Japanese](https://docs.docker.jp/index.html) translated by Docker Captain [Masahito Zembutsu](https://github.com/zembutsu). \ No newline at end of file +- [Subset of Docker docs in Japanese](https://docs.docker.jp/index.html) translated by Docker Captain [Masahito Zembutsu](https://github.com/zembutsu). diff --git a/static/docker_cheatsheet.pdf b/static/get-started/docker_cheatsheet.pdf similarity index 100% rename from static/docker_cheatsheet.pdf rename to static/get-started/docker_cheatsheet.pdf