18F / methods

The methods 18F uses to practice human-centered design.

Home Page:https://methods.18f.gov/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix root-relative links

mgwalker opened this issue · comments

Links in the source (Markdown and HTML) should not being with /. They should instead be prefixed with {{ site.baseurl }} to ensure that they will work regardless of where they are deployed. Here are the places that need to be fixed:

  • pages/participant-agreement.md, line 12
  • pages/rolling-issues-log.md, line 16
  • pages/interview-checklist.md, line 15
  • pages/interview-checklist.md, line 26
  • pages/interview-checklist.md, line 39
  • pages/interview-checklist.md, line 90
  • pages/interview-checklist.md, line 100
  • pages/participant-agreement-spanish.md, line 12
  • pages/user-interview-script.md, line 10
  • pages/user-interview-script.md, line 53

waiting for #568 to progress

@bpdesigns This one is clear to move forward. #579 is waiting for #568

Got it. Thanks @mgwalker

@mgwalker Is #580 resolving this issue and should we close this one?

When #580 is merged, this issue will be closed along with it.