Skip to content

Commit c1804ef

Browse files
committed
Updated Versions
1 parent 77e207f commit c1804ef

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

docs/labs/containers/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,5 +367,3 @@ You have successfully completed this lab! Let's take a look at what you learned
367367
- Ran the Greetings service on Docker.
368368
369369
Congratulations !!!
370-
371-
Check out the [Solution](./solution/)

docs/labs/devops/tekton/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199

200200
- Create a Task to build a container image and push to the registry
201201
- This task will be later used by the pipeline.
202-
- Download the task file [task-buildah.yaml](/yamls/tekton-lab/task-buildah.yaml) to build the image, push the image to the registy:
202+
- Download the task file [task-buildah.yaml](https://hub.tekton.dev/tekton/task/buildah) to build the image, push the image to the registy:
203203
- Create the `buildah` Task using the file and the command:
204204
```
205205
oc apply -f task-buildah.yaml -n $NAMESPACE
@@ -663,7 +663,7 @@
663663

664664
- Create a Task to build a container image and push to the registry
665665
- This task will be later used by the pipeline.
666-
- Download the task file [task-buildah.yaml](/yamls/tekton-lab/task-buildah.yaml) to build the image, push the image to the registy:
666+
- Download the task file [task-buildah.yaml](https://hub.tekton.dev/tekton/task/buildah) to build the image, push the image to the registy:
667667
- Create task buildah
668668
- Create the `buildah` Task using the file and the command:
669669
```bash

docs/openshift/installations/ibmcloud.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,4 +338,4 @@ Here is a course for learning (or brushing up) on working from the linux command
338338

339339

340340
## Next Steps
341-
Once Setup is complete, you can now begin reading our about [Cloud Native](../cloud-native) by clicking the link, or the `Next` button below.
341+
Once Setup is complete, you can now begin reading our about [Cloud Native](./cloud-native/index.md by clicking the link, or the `Next` button below.

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Do not use with Docker builds, only for local dev with mkdocs CLI
2-
mkdocs-material>=8.2
3-
mkdocs-minify-plugin>=0.4.0
2+
mkdocs-material>=9.5
3+
mkdocs-minify-plugin>=0.7.0
44
#mkdocs-redirects>=1.0.3
5-
mkdocs-video>=1.1.0
6-
mkdocs-git-revision-date-localized-plugin>=1.0
5+
mkdocs-video>=1.5.0
6+
mkdocs-git-revision-date-localized-plugin>=1.2.6
77
git+https://github.com/linkchecker/[email protected]#egg=linkchecker

0 commit comments

Comments
 (0)