Shift3 / standards-and-practices

Standards and Practices for Bitwise Industries
https://shift3.github.io/standards-and-practices/
63 stars 41 forks source link

chore(standards): find and change web links to relative links #374

Closed funcyChaos closed 1 year ago

funcyChaos commented 1 year ago

Changes

  1. Links to local markdown files changed from external(https://...) to local(./...)

Purpose

The links were difficult to navigate in VS Code and inconsistent with a majority of absolute or relative paths

Approach

Using relative paths to replace links found only inside standards

Pre-Testing TODOs

Testing Steps

Click on relevant links, observe navigation within preview

Learning

Didn't know you could link .md files and navigate them in this fashion

Closes #372