Skip to content

Commit

Permalink
Merge pull request #423 from alphagov/fix-broken-images
Browse files Browse the repository at this point in the history
Fix broken images
  • Loading branch information
36degrees authored Sep 25, 2017
2 parents a3184cb + abca04d commit f549d25
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.DS_Store
.start.pid
.port.tmp
public
/public
lib/govuk_template.html
govuk_modules
node_modules/*
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/install/install-the-kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We recommend keeping all your prototypes in one folder called `projects`.

Create a folder called `projects` in your home folder. You can open your home folder by opening a new finder window, and selecting `go > home` from the top menu.

![Screenshot of a 'projects' folder in the mac home folder](/public/images/docs/mac-home-folder-projects.png)
![Screenshot of a 'projects' folder in the mac home folder](../../public/images/docs/mac-home-folder-projects.png)

#### Windows users

Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/install/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ xcode-select --install
```
If you already have command line tools, this will display `xcode-select: error: command line tools are already installed, use "Software Update" to install updates`.

![Screenshot of Command line tools popup message](/public/images/docs/installing-mavericks-popup.png)
![Screenshot of Command line tools popup message](../../public/images/docs/installing-mavericks-popup.png)

If you don’t have command line tools, it will open an installer. Follow the instructions to install the command line tools.

Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/install/run-the-kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In your web browser, visit <a href="http://localhost:3000" target="_blank">http:

You should see the prototype welcome page.

![Screenshot of the prototype kit homepage](/public/images/docs/prototype-kit-homepage.png)
![Screenshot of the prototype kit homepage](../../public/images/docs/prototype-kit-homepage.png)

## Quitting the kit

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f549d25

Please sign in to comment.