From 599f61020718344bcfe9dc5952916edf82699e3e Mon Sep 17 00:00:00 2001 From: Kanani Nirav Date: Sun, 8 Dec 2024 18:28:03 +0900 Subject: [PATCH] [Modify] Update Practice Exam List URL --- README.md | 2 +- _config.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80ff164..9b88f3c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ ## Practice Exams ( dumps ) -- **[Practice Exam List](https://kananinirav.com/practice-exam/exams.html)** +- **[Github Practice Exam List](https://github.com/kananinirav/AWS-Certified-Cloud-Practitioner-Notes/tree/master/practice-exam)** ## Other AWS And Azure Certification Notes diff --git a/_config.yml b/_config.yml index 4037d2c..49ad2c1 100644 --- a/_config.yml +++ b/_config.yml @@ -39,3 +39,5 @@ defaults: path: "/sections/*.md" values: link: true + +exclude: ['practice-exam']