From 31767f3deac0b3e4f5ee3573556d3b75e71fe741 Mon Sep 17 00:00:00 2001 From: nubenetes-bot Date: Mon, 13 Jul 2026 04:20:35 +0000 Subject: [PATCH] style(cleaner): auto-correcting formatting & URL normalization --- docs/ansible.md | 2 +- docs/cheatsheets.md | 2 +- docs/monitoring.md | 2 +- docs/oraclecloud.md | 2 +- docs/python.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ansible.md b/docs/ansible.md index bbebe969..4ce0fb3d 100644 --- a/docs/ansible.md +++ b/docs/ansible.md @@ -253,7 +253,7 @@ ### Ansible Tower and Ansible AWX. Running Ansible Playbooks From Ansible Tower - [Ansible Tower](https://www.redhat.com/en/technologies/management/ansible) -- [Ansible Tower Docs](http://legacy-controller-docs.ansible.com/ansible-tower) +- [Ansible Tower Docs](https://legacy-controller-docs.ansible.com/ansible-tower) - [Ansible AWX](https://github.com/ansible/awx) - [AWX Operator](https://github.com/ansible/awx-operator) An Ansible AWX operator for Kubernetes built with Operator SDK and Ansible. - [ansible.com/blog/topic/ansible-tower](https://www.redhat.com/en/blog/channel/red-hat-ansible-automation) diff --git a/docs/cheatsheets.md b/docs/cheatsheets.md index c975e052..618cbfd3 100644 --- a/docs/cheatsheets.md +++ b/docs/cheatsheets.md @@ -109,7 +109,7 @@ - [tutorialsdojo.com: AWS Cheat Sheets 🌟](https://tutorialsdojo.com/aws-cheat-sheets) - [igoroseledko.com: AWS CLI Cheat Sheet](https://www.igoroseledko.com/aws-cli-cheat-sheet) - [==docs.aws.amazon.com: Actions, resources, and condition keys for AWS services== 🌟🌟🌟](https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html) There's a Reference for all 𝗜𝗔𝗠 𝗔𝗰𝘁𝗶𝗼𝗻𝘀, 𝗿𝗲𝘀𝗼𝘂𝗿𝗰𝗲𝘀, 𝗮𝗻𝗱 𝗰𝗼𝗻𝗱𝗶𝘁𝗶𝗼𝗻 𝗸𝗲𝘆𝘀 𝗳𝗼𝗿 𝗮𝗹𝗹 𝗔𝗪𝗦 𝘀𝗲𝗿𝘃𝗶𝗰𝗲𝘀 🔐 Bookmark it! 🔖 -- [==awsgeek.com/Amazon-S3==](http://www.awsgeek.com/Amazon-S3) +- [==awsgeek.com/Amazon-S3==](https://www.awsgeek.com/Amazon-S3) ## Google Cloud Cheat Sheets diff --git a/docs/monitoring.md b/docs/monitoring.md index bad4ab8f..7f4003a5 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -476,7 +476,7 @@ done - [dzone.com: Java Performance Monitoring: 5 Open Source Tools You Should Know](https://dzone.com/articles/java-performance-monitoring-5-open-source-tools-you-should-know) - [dzone.com: 14 best performance testing tools and APM solutions](https://dzone.com/articles/14-best-performance-testing-tools-and-apm-solution) - Exception Tracking: - - [sentry.io](https://sentry.io/welcome/) + - [sentry.io](https://sentry.io/welcome) - APMs like Dynatrace, etc. - APM Tools: - [datadoghq.com](https://www.datadoghq.com) diff --git a/docs/oraclecloud.md b/docs/oraclecloud.md index e7fbab1d..1b94b561 100644 --- a/docs/oraclecloud.md +++ b/docs/oraclecloud.md @@ -10,7 +10,7 @@ - [github.com/oracle](https://github.com/oracle) - [blogs.oracle.com: Access hands-on exercises for Oracle Cloud Infrastructure with ease](https://blogs.oracle.com/oracleuniversity/post/hands-on-labs-oci-training) - [docs.oracle.com: Overview of Resource Manager](https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Concepts/resourcemanager.htm) -- [thatjeffsmith.com: Best Practices: REST APIs for your Database {Draft!}](http://www.thatjeffsmith.com/archive/2022/02/best-practices-rest-apis-for-your-database-draft) +- [thatjeffsmith.com: Best Practices: REST APIs for your Database {Draft!}](https://www.thatjeffsmith.com/archive/2022/02/best-practices-rest-apis-for-your-database-draft) ## Oracle RAC diff --git a/docs/python.md b/docs/python.md index 374897e1..5a4439e1 100644 --- a/docs/python.md +++ b/docs/python.md @@ -290,7 +290,7 @@ - [Flask Documentation 🌟](https://flask.palletsprojects.com/en/stable) - [The Flask Mega-Tutorial: Now with Python 3 Support](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-now-with-python-3-support) - [realpython.com: Discover Flask, Part 1 - Setting Up a Static Site](https://realpython.com/learning-paths/flask-by-example) -- [devbattles.com: Python Flask, Part 1: Hello World!](https://flask.palletsprojects.com/en/latest/quickstart/) +- [devbattles.com: Python Flask, Part 1: Hello World!](https://flask.palletsprojects.com/en/latest/quickstart) - [mherman.org: Scaling Flask with Kubernetes 🌟](https://mherman.org/presentations/flask-kubernetes) - [kdnuggets.com: How to Deploy a Flask API in Kubernetes and Connect it with Other Micro-services](https://www.kdnuggets.com/2021/02/deploy-flask-api-kubernetes-connect-micro-services.html) - [dev.to: Getting Started with Flask and Docker](https://dev.to/ken_mwaura1/getting-started-with-flask-and-docker-3ie8)