Shift3 / standards-and-practices

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

fix(README): reassign broken link to button folder #304

Closed apethoud closed 2 years ago

apethoud commented 2 years ago

Changes

  1. Fixes the broken "Button" link to point to the folder of button files.

Purpose

This enables users to find the button files.

Approach

The original link was pointing to a specific JS file that represented a single button component, but that component has since been moved into a button folder containing two button files. Reassigning the link to the parent button folder seemed to be the best approach.

Closes #303