Skip to content

Commit

Permalink
update links to render.io hosted version
Browse files Browse the repository at this point in the history
  • Loading branch information
SallyMcGrath authored Dec 9, 2022
1 parent 098bd3d commit 700cb32
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Record a goose sighting

[Go to the 'Record a goose sighting' exercise](https://record-a-goose-sighting.herokuapp.com/)
[Go to the 'Record a goose sighting' exercise](https://record-a-goose.onrender.com)

This is a fictional service, to help you record any sightings of geese (geese are awesome). It's using the [GOV.UK Design system](https://design-system.service.gov.uk/), which are WCAG 2.1 AA compliant, and benefits from hundreds of hours of work and testing. However, even if you're using a Design System, stuff can still go wrong...

Expand All @@ -9,9 +9,9 @@ There are places where the Design System is misused, misimplemented or misunders
## How to use this
The task is to find as many of the accessibility issues in this site as you can in ~20 minutes.

There is a [worksheet](https://record-a-goose-sighting.herokuapp.com/steps/worksheet), and there is also a list of [answers](https://record-a-goose-sighting.herokuapp.com/steps/answers) - but give it the full 20 minutes before you look at the answers first, if you're working through this alone!
There is a [worksheet](https://record-a-goose.onrender.comsteps/worksheet), and there is also a list of [answers](https://record-a-goose.onrender.com/steps/answers) - but give it the full 20 minutes before you look at the answers first, if you're working through this alone!

If you are running this as a training exercise, there is an [answerless 'Record a goose sighting' exercise](https://record-a-goose-exercise.herokuapp.com), that you can use with attendees. This prevents them from finding answers before you're ready to go through them!
If you are running this as a group workshop, there is an [answerless 'Record a goose sighting' exercise](https://record-a-goose.onrender.com), that you can use with attendees. This prevents them from finding answers before you're ready to go through them!

## What testing tools to use
I would recommend working through the site in the following order:
Expand All @@ -29,7 +29,7 @@ This is built using the [GOV.UK Prototype Kit](https://govuk-prototype-kit.herok

To run it locally, clone it down, run `npm install` and then `npm start`. It'll then tell you a port to go to in the browser.

#### Alternatviely run it via docker & docker-compose
#### Alternatively run it via docker & docker-compose
Depends on [docker install](https://docs.docker.com/install/) and [docker-compose install](https://docs.docker.com/compose/install/)
1. `docker-compose build`
2. `docker-compose up`
Expand All @@ -41,7 +41,7 @@ Run the tests via docker
`docker-compose run --rm --entrypoint="npm run test" goose`

## Suggesting changes
Feedback is welcome. Either [submit an issue](https://github.com/ministryofjustice/recording-a-goose-sighting/issues), or [leave a PR](https://github.com/ministryofjustice/recording-a-goose-sighting/pulls).
Feedback is welcome. Either [submit an issue](https://https://github.com/CodeYourFuture/CYF-Record-A-Goose-Project/issues), or [open a PR](https://github.com/CodeYourFuture/CYF-Record-A-Goose-Project/pulls).

## Resources for further learning
- [Udacity Accessibility course](https://www.udacity.com/course/web-accessibility--ud891) - good for futhering knowledge about writing accessible code
Expand All @@ -52,7 +52,7 @@ Feedback is welcome. Either [submit an issue](https://github.com/ministryofjusti
Any other suggestions, free free to add them!

## Other versions of the exercise
Since publishing this, a few other organisations have forked it and made their own versions using their own Design Systems. A list of these is below - if you've made one, let me know by raising an issue and I'll add it.
This version is forked (and revived) from the MoJ archived repo. Other forks:

- [NHS Accessibility exercise](https://github.com/nhsuk/accessibility-training)
- [Coop accessibility exercise - 'Report a leaky bag of flour'](https://github.com/coopdigital/return-a-leaky-bag-of-flour)
- [Coop accessibility exercise - 'Report a leaky bag of flour'](https://github.com/coopdigital/return-a-leaky-bag-of-flour)

0 comments on commit 700cb32

Please sign in to comment.