Skip to content

Commit

Permalink
changed: update the project link
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Nov 3, 2024
1 parent a921266 commit 275ad0c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -7,14 +7,14 @@
# Dynamic DevOps Roadmap

<p align="center">
<a href="https://roadmap.devopshive.net/" style="display: block; padding: .5em 0; text-align: center;">
<a href="https://devopsroadmap.fyi/" style="display: block; padding: .5em 0; text-align: center;">
<img alt="Dynamic DevOps Roadmap" border="0" width="90%" src="./static/img/dynamic-devops-roadmap-with-logo.png" />
</a>
</p>

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.

Expand All @@ -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

Expand All @@ -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

<p align="center">
<a href="https://roadmap.devopshive.net/getting-started/" imageanchor="1">
<a href="https://devopsroadmap.fyi/getting-started/" imageanchor="1">
<img alt="Dynamic MVP-style roadmap Good and Bad" border="0" width="90%" src="static/img/dynamic-devops-roadmap-pillars.png" />
</a>
</p>
Expand All @@ -90,15 +90,15 @@ This roadmap is `polymorphic`, which means it's designed to work in different mo
---

<p align="center">
<a href="https://roadmap.devopshive.net/getting-started/" imageanchor="1">
<a href="https://devopsroadmap.fyi/getting-started/" imageanchor="1">
<img src="https://img.shields.io/badge/Get_Started_Now-559e11?style=for-the-badge&logo=Vercel&logoColor=white" />
</a>
</p>

---

<p align="center">
<a href="https://roadmap.devopshive.net/getting-started/" imageanchor="1">
<a href="https://devopsroadmap.fyi/getting-started/" imageanchor="1">
<img alt="Dynamic DevOps Roadmap Flow" border="0" width="90%" src="static/img/dynamic-devops-roadmap-flow-regular-bg.png" />
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
Expand Down

0 comments on commit 275ad0c

Please sign in to comment.