From 275ad0ca2f5730786981e1f3dfd56bd7a2d3601b Mon Sep 17 00:00:00 2001 From: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com> Date: Sun, 3 Nov 2024 16:40:57 +0100 Subject: [PATCH] changed: update the project link --- README.md | 24 ++++++++++++------------ docusaurus.config.ts | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7d8b734..52de859 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Dynamic DevOps Roadmap](https://img.shields.io/badge/Get_Started_Now-559e11?style=for-the-badge&logo=Vercel&logoColor=white)](https://roadmap.devopshive.net/getting-started/) +[![Dynamic DevOps Roadmap](https://img.shields.io/badge/Get_Started_Now-559e11?style=for-the-badge&logo=Vercel&logoColor=white)](https://devopsroadmap.fyi/getting-started/) [![Telegram Group Join](https://img.shields.io/badge/Join-%232ca5e0?style=for-the-badge&logo=telegram&logoColor=white&label=Telegram%20Group)](https://t.me/DevOpsHive) [![License](https://img.shields.io/github/license/DevOpsHiveHQ/dynamic-devops-roadmap?style=for-the-badge)](https://github.com/DevOpsHiveHQ/dynamic-devops-roadmap/blob/main/LICENSE) [![Progress](https://img.shields.io/badge/Progress-100%25-ffcb00?style=for-the-badge)](#status) @@ -7,14 +7,14 @@ # Dynamic DevOps Roadmap

- + Dynamic DevOps Roadmap

A **FREE** master plan to kickstart your DevOps Engineer career in the Cloud Native era following the Agile MVP style! -- Visit [![HiveBox Project](https://img.shields.io/badge/HiveBox_Project-f39200?style=flat-square&logo=artifact-hub&logoColor=white)](https://roadmap.devopshive.net/projects/hivebox) +- Visit [![HiveBox Project](https://img.shields.io/badge/HiveBox_Project-f39200?style=flat-square&logo=artifact-hub&logoColor=white)](https://devopsroadmap.fyi/projects/hivebox) if you are interested in the DevOps hands-on project only. - Join [![Telegram Group](https://img.shields.io/badge/Telegram_Group-%232ca5e0?style=flat-square&logo=telegram&logoColor=white)](https://t.me/DevOpsHive/985) for discussions and to stay updated. @@ -39,14 +39,14 @@ If you like this project, please [give it a star](#top) for better visibility. T Please note that this repo is still a work in progress. -- **[Roadmap Content](https://roadmap.devopshive.net/category/content)**: 100% -- **[Hands-on Project](https://roadmap.devopshive.net/projects/hivebox/)**: 100% -- **[Interview Questions](https://roadmap.devopshive.net/category/interview)**: 0% -- **[Advanced Topics](https://roadmap.devopshive.net/category/growth)**: 0% +- **[Roadmap Content](https://devopsroadmap.fyi/category/content)**: 100% +- **[Hands-on Project](https://devopsroadmap.fyi/projects/hivebox/)**: 100% +- **[Interview Questions](https://devopsroadmap.fyi/category/interview)**: 0% +- **[Advanced Topics](https://devopsroadmap.fyi/category/growth)**: 0% ## Frequently Asked Questions -It's highly recommended to read the [FAQ page](https://roadmap.devopshive.net/faq/) before starting with roadmap. +It's highly recommended to read the [FAQ page](https://devopsroadmap.fyi/faq/) before starting with roadmap. ## The Problem @@ -66,13 +66,13 @@ The `DevOps Engineer` role remains one of the top 10 most in-demand jobs across Simply, **you cannot start a DevOps position by merely learning the tools!** It's even more complicated if that's your first job without previous software industry experience (coming from either Dev or Ops). Also following `linear` roadmaps like [roadmap.sh/devops](https://roadmap.sh/devops) cannot help to land your first job and probably will struggle a lot when you find one! -For more details about the problem aspects, please read: [What is the problem this roadmap is trying to solve](https://roadmap.devopshive.net/faq/) +For more details about the problem aspects, please read: [What is the problem this roadmap is trying to solve](https://devopsroadmap.fyi/faq/) ## The Solution

- + Dynamic MVP-style roadmap Good and Bad

@@ -90,7 +90,7 @@ This roadmap is `polymorphic`, which means it's designed to work in different mo ---

- +

@@ -98,7 +98,7 @@ This roadmap is `polymorphic`, which means it's designed to work in different mo ---

- + Dynamic DevOps Roadmap Flow

diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 5064555..b5e65d9 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -8,7 +8,7 @@ const config: Config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://roadmap.devopshive.net', + url: 'https://devopsroadmap.fyi', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: '/',