From d2edd538d5eee0b109aa8d7dcbaf41f93408795c Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Sun, 10 May 2020 10:43:35 +0200 Subject: [PATCH] chapter renamed --- docs/api.md | 2 +- docs/index.md | 4 ++-- mkdocs.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api.md b/docs/api.md index 71828208..3399330a 100644 --- a/docs/api.md +++ b/docs/api.md @@ -72,7 +72,7 @@ ## Tools ### API Testing -* [softwaretestingportal.com: API Testing, Key Terminologies and more…..](http://www.softwaretestingportal.com/2020/03/31/api-testing/) +* [softwaretestingportal.com: API Testing, Key Terminologies and more...](http://www.softwaretestingportal.com/2020/03/31/api-testing/) * [dzone.com: 10 API Testing Tips for Beginners (SOAP and REST)](https://dzone.com/articles/10-api-testing-tips-for-beginners-soap-amp-rest) Let's take a look at ten API testing tips for beginners with a focus on REST APIs and SOAP APIs. ### GraphQL diff --git a/docs/index.md b/docs/index.md index abd22e31..2b0de2fb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -36,7 +36,7 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu 5. [Docker](docker.md) 6. [Kubernetes 🌟🌟🌟](kubernetes.md) - [Kubernetes Matrix Table](matrix-table.md) - - [Kubernetes alternatives](kubernetes-alternatives.md) + - [Kubernetes Alternatives](kubernetes-alternatives.md) 7. [Openshift 🌟🌟🌟](openshift.md) - [Monitoring and Performance 🌟](monitoring.md) - [Java Performance Optimization](java-and-java-performance-optimization.md) @@ -45,7 +45,7 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu - [Red Hat Advanced Cluster Management for Kubernetes 🌟](https://www.redhat.com/en/technologies/management/advanced-cluster-management) 8. [Jenkins & CloudBees πŸ˜€ 🌟🌟🌟](jenkins.md) - [Performance testing with Jenkins and JMeter or Gatling](performance-testing-with-jenkins-and-jmeter.md) - - [Openshift Pipelines🌟](openshift-pipelines.md) + - [OpenShift Pipelines with Jenkins, Tekton and more... 🌟](openshift-pipelines.md) - [Groovy](groovy.md) - [Jenkins Scripts](scripts/README.md) - [Jenkins Alternatives for Continuous Integration](jenkins-alternatives.md) diff --git a/mkdocs.yml b/mkdocs.yml index 3e72a152..8a6adcfd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -43,7 +43,7 @@ pages: - Jenkins & Cloudbees: - Jenkins docs: jenkins.md - Performance testing with Jenkins and JMeter or Gatling : performance-testing-with-jenkins-and-jmeter.md - - Openshift Pipelines 🌟: openshift-pipelines.md + - OpenShift Pipelines with Jenkins, Tekton and more... 🌟: openshift-pipelines.md - Groovy: groovy.md - Jenkins Scripts: scripts/README.md - Jenkins Alternatives for Continuous Integration: jenkins-alternatives.md