Title
Replace internal absolute URLs with Gatsby Link components in community handbook
Description
The src/collections/handbook/community/index.mdx file contains internal Layer5 links that use absolute https://layer5.io URLs with native <a> tags. These should be replaced with Gatsby's Link component and relative paths to align with Layer5 contribution guidelines.
Expected Behavior
Internal links should use Gatsby's Link component with relative routes for proper routing and consistency.
Environment
- Host OS: macOS
- Browser: Chrome
I would like to work on this issue.
Title
Replace internal absolute URLs with Gatsby
Linkcomponents in community handbookDescription
The
src/collections/handbook/community/index.mdxfile contains internal Layer5 links that use absolutehttps://layer5.ioURLs with native<a>tags. These should be replaced with Gatsby'sLinkcomponent and relative paths to align with Layer5 contribution guidelines.Expected Behavior
Internal links should use Gatsby's
Linkcomponent with relative routes for proper routing and consistency.Environment
I would like to work on this issue.