1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 08:31:50 +02:00

Update link to improve guide

This commit is contained in:
Kamran Ahmed
2023-05-30 14:50:28 +01:00
parent 1414693e33
commit eb852caee8
2 changed files with 3 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ const { author } = frontmatter;
<span class='mx-1.5'>&middot;</span> <span class='mx-1.5'>&middot;</span>
<a <a
class='text-blue-400 hover:text-blue-500 hover:underline' class='text-blue-400 hover:text-blue-500 hover:underline'
href={`https://github.com/kamranahmedse/roadmap.sh/tree/master/src/data/guides/${guide.id}.md`} href={`https://github.com/kamranahmedse/developer-roadmap/tree/master/src/data/guides/${guide.id}.md`}
target='_blank'>Improve this Guide</a target='_blank'>Improve this Guide</a
> >
</p> </p>

View File

@@ -56,7 +56,7 @@ const roadmapTitle =
class='mr-0.5 rounded-sm bg-yellow-200 px-1 py-0.5 text-xs font-medium uppercase text-yellow-900' class='mr-0.5 rounded-sm bg-yellow-200 px-1 py-0.5 text-xs font-medium uppercase text-yellow-900'
>New</span >New</span
> >
Resources are here, try clicking nodes Track your progress and learn by clicking roadmap items.
</p> </p>
<a <a
@@ -72,9 +72,6 @@ const roadmapTitle =
<p <p
class='relative block rounded-md border border-yellow-500 bg-white px-2 py-1.5 text-sm text-yellow-700 sm:hidden' class='relative block rounded-md border border-yellow-500 bg-white px-2 py-1.5 text-sm text-yellow-700 sm:hidden'
> >
Click roadmap items for resources or visit{' '} Track your progress and learn about the topics by clicking the roadmap items.
<a href={`/${roadmapId}/topics`} class='text-blue-700 underline'>
resources list</a
>.
</p> </p>
</div> </div>