Update link to improve guide

pull/3988/head
Kamran Ahmed 2 years ago
parent 1414693e33
commit eb852caee8
  1. 2
      src/components/GuideHeader.astro
  2. 7
      src/components/RoadmapHint.astro

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

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

Loading…
Cancel
Save