Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Format style guide links so they can be clicked #12189

Merged
merged 3 commits into from Nov 13, 2019

Commits on Aug 30, 2019

  1. Properly format styleguide links

    When using the initializer and coming to style guide step, visual studio code terminal doesn't properly format style guide links so when user clicks on one of the links it takes them to e.q `https://github.com/airbnb/javascript)` (note the `)` at the end) 
    Putting spaces between links and opening and closing braces fixes this.
    Ivan V committed Aug 30, 2019
    Copy the full SHA
    34abbab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from ivandotv/ivandotv-patch-1

    Properly format styleguide links so they can be clicked
    Ivan V committed Aug 30, 2019
    Copy the full SHA
    c6c5c75 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Remove braces around links

    Remove braces around links and add a colon at the beginning.
    ivandotv committed Sep 30, 2019
    Copy the full SHA
    63a66ca View commit details
    Browse the repository at this point in the history