diff --git a/README.md b/README.md index 6748f7da8..681440bdd 100644 --- a/README.md +++ b/README.md @@ -316,7 +316,7 @@ the VSCode dev container. 1. `make run-flask` from within the devcontainer 2. Run `make a11y-scan` from your host computer. -## Further docs from UK +## Further documentation - [Working with static assets](docs/static-assets.md) - [JavaScript documentation](https://github.com/alphagov/notifications-manuals/wiki/JavaScript-Documentation) diff --git a/notifications_python_client/authentication.py b/notifications_python_client/authentication.py index 7e700e7db..86be43be5 100644 --- a/notifications_python_client/authentication.py +++ b/notifications_python_client/authentication.py @@ -21,7 +21,7 @@ INVALID_FUTURE_TOKEN_ERROR_MESSAGE = "Token can not be in the future" def create_jwt_token(secret, client_id): """ - Create JWT token for GOV.UK Notify + Create JWT token for Notify.gov Tokens have standard header: { diff --git a/notifications_python_client/errors.py b/notifications_python_client/errors.py index 789f39eed..885e88b82 100644 --- a/notifications_python_client/errors.py +++ b/notifications_python_client/errors.py @@ -6,7 +6,7 @@ REQUEST_ERROR_STATUS_CODE = 503 REQUEST_ERROR_MESSAGE = "Request failed" TOKEN_ERROR_GUIDANCE = "See our requirements for JSON Web Tokens \ - at https://docs.notifications.service.gov.uk/rest-api.html#authorisation-header" + at https://github.com/GSA/notifications-api/tree/main/docs" TOKEN_ERROR_DEFAULT_ERROR_MESSAGE = "Invalid token: " + TOKEN_ERROR_GUIDANCE diff --git a/notifications_utils/jinja_templates/letter_pdf/_head.jinja2 b/notifications_utils/jinja_templates/letter_pdf/_head.jinja2 index 064237fa6..0c9ca88fd 100644 --- a/notifications_utils/jinja_templates/letter_pdf/_head.jinja2 +++ b/notifications_utils/jinja_templates/letter_pdf/_head.jinja2 @@ -3,5 +3,5 @@