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

Fix image URLs #7872

Merged
merged 3 commits into from Feb 12, 2019
Merged

Fix image URLs #7872

merged 3 commits into from Feb 12, 2019

Commits on Feb 12, 2019

  1. Fix image URLs

    Images were loaded from `/website/static/img/..`, which returns a 404. The
    correct path is `/img/..`
    George Buckingham committed Feb 12, 2019
    Copy the full SHA
    61e3881 View commit details
    Browse the repository at this point in the history
  2. Fix md lint error

    George Buckingham committed Feb 12, 2019
    Copy the full SHA
    8a8bfc1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    918f9ce View commit details
    Browse the repository at this point in the history