From 1cd0ff2044efd902ef8c874525ea33ff3cd43536 Mon Sep 17 00:00:00 2001 From: Todd Cullum <64049057+tcullum-rh@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:12:35 -0800 Subject: [PATCH] Fix broken example script links The example script links all end in the .yaml extension but the actual scripts have the extension .yml. This change fixes the links so that they no longer lead to a 404 page. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10b443e..12117dd 100644 --- a/README.md +++ b/README.md @@ -94,9 +94,9 @@ must change what playbook will be used during the message consumption in the [mqtt_publish.py](https://github.com/oamg/rhc-worker-script/blob/main/development/python/mqtt_publish.py#L22) file with the name that corresponds the ones present in `development/nginx/data`. Currently, the ones available are: -1. [example_bash.yaml](https://github.com/oamg/rhc-worker-script/blob/main/development/nginx/data/example_bash.yaml) -2. [example_python.yaml](https://github.com/oamg/rhc-worker-script/blob/main/development/nginx/data/example_python.yaml) -3. [convert2rhel.yaml](https://github.com/oamg/rhc-worker-script/blob/main/development/nginx/data/convert2rhel.yaml) +1. [example_bash.yml](https://github.com/oamg/rhc-worker-script/blob/main/development/nginx/data/example_bash.yml) +2. [example_python.yml](https://github.com/oamg/rhc-worker-script/blob/main/development/nginx/data/example_python.yml) +3. [convert2rhel.yml](https://github.com/oamg/rhc-worker-script/blob/main/development/nginx/data/convert2rhel.yml) #### Custom playbook