Skip to content

Commit

Permalink
Update references from 'doc' to 'docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBAshton committed Jun 9, 2020
1 parent 854faad commit 2338c58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ This application defines global templates for [GOV.UK](https://www.gov.uk) pages

## Screenshots

![screenshot](/doc/screenshot.png?raw=true)
![screenshot](/docs/screenshot.png?raw=true)

## Nomenclature

* [slimmer](https://github.com/alphagov/slimmer) - Rack middleware for wrapping Rack applications in shared templated layouts

## Technical documentation

- [Image optimisation](doc/image-optimisation.md)
- [Slimmer templates](doc/slimmer_templates.md)
- [Emergency Banner](doc/emergency-banner.md)
- [Analytics](doc/analytics.md)
- [Image optimisation](docs/image-optimisation.md)
- [Slimmer templates](docs/slimmer_templates.md)
- [Emergency Banner](docs/emergency-banner.md)
- [Analytics](docs/analytics.md)

### Running the application

Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/surveys.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
var SURVEY_SEEN_TOO_MANY_TIMES_LIMIT = 2
var MAX_MOBILE_WIDTH = "(max-width: 800px)"

/* This data structure is explained in `doc/surveys.md` */
/* This data structure is explained in `docs/surveys.md` */
var userSurveys = {
defaultSurvey: {
url: 'https://www.smartsurvey.co.uk/s/gov_uk?c={{currentPath}}',
Expand Down
2 changes: 1 addition & 1 deletion docs/global-banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In `app/views/notifications/_global_bar.html.erb`
2. Update the `show_global_bar` variable to `true`
3. Deploy static

![screenshot](/doc/global-banner.png?raw=true)
![screenshot](/docs/global-banner.png?raw=true)

If you are in the production environment, once the origin cache is purged the CDN cache will be purged automatically.
This will clear cache for the top 10 most visited pages.
Expand Down

0 comments on commit 2338c58

Please sign in to comment.