Skip to content

Commit c9bb40b

Browse files
Updates Remaining References to Repo Name (#86)
1 parent cd722e1 commit c9bb40b

File tree

13 files changed

+25
-22
lines changed

13 files changed

+25
-22
lines changed

.vscode/prescriptions-api.code-workspace renamed to .vscode/prescriptionsforpatients.code-workspace

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"folders": [
33
{
4-
"name": "prescriptions-api-monorepo",
4+
"name": "prescriptionsforpatients-monorepo",
55
"path": ".."
66
},
77
{
@@ -31,7 +31,7 @@
3131
],
3232
"settings": {
3333
"jest.disabledWorkspaceFolders": [
34-
"prescriptions-api-monorepo",
34+
"prescriptionsforpatients-monorepo",
3535
"packages/capabilityStatement",
3636
"packages/sandbox",
3737
"packages/specification",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Prescriptions API
22

3-
![Build](https://github.com/NHSDigital/prescriptions-api/workflows/Build/badge.svg?branch=main)
3+
![Build](https://github.com/NHSDigital/prescriptionsforpatients/workflows/Build/badge.svg?branch=main)
44

55
This is an API for accessing prescription information.
66

@@ -17,7 +17,7 @@ Consumers of the API will find developer documentation on the [NHS Digital Devel
1717

1818
## Contributing
1919

20-
Contributions to this project are welcome from anyone, providing that they conform to the [guidelines for contribution](https://github.com/NHSDigital/prescriptions-api/blob/main/CONTRIBUTING.md) and the [community code of conduct](https://github.com/NHSDigital/prescriptions-api/blob/main/CODE_OF_CONDUCT.md).
20+
Contributions to this project are welcome from anyone, providing that they conform to the [guidelines for contribution](https://github.com/NHSDigital/prescriptionsforpatients/blob/main/CONTRIBUTING.md) and the [community code of conduct](https://github.com/NHSDigital/prescriptionsforpatients/blob/main/CODE_OF_CONDUCT.md).
2121

2222
### Licensing
2323

cloudformation/ci_resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Parameters:
55
Default: "repo:NHSDigital/prescriptionsforpatients:*"
66
Description: >
77
Subject claim filter for valid tokens.
8-
Default allows only pull requests of the NHSDigital/prescriptions-api to assume the role.
8+
Default allows only pull requests of the NHSDigital/prescriptionsforpatients to assume the role.
99
See https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#example-subject-claims
1010
for examples of filtering by branch or deployment environment.
1111

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "prescriptions-api-monorepo",
2+
"name": "prescriptionsforpatients-monorepo",
33
"version": "1.0.0",
4-
"description": "![Build](https://github.com/NHSDigital/prescriptions-api/workflows/Build/badge.svg?branch=main)",
4+
"description": "![Build](https://github.com/NHSDigital/prescriptionsforpatients/workflows/Build/badge.svg?branch=main)",
55
"main": "index.js",
66
"directories": {
77
"example": "examples"
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "github-work:NHSDigital/prescriptions-api.git"
14+
"url": "github-work:NHSDigital/prescriptionsforpatients.git"
1515
},
1616
"keywords": [],
1717
"author": "",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"jest.jestCommandLine": "/workspaces/prescriptions-api/node_modules/.bin/jest"
2+
"jest.jestCommandLine": "/workspaces/prescriptionsforpatients/node_modules/.bin/jest"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"jest.jestCommandLine": "/workspaces/prescriptions-api/node_modules/.bin/jest"
2+
"jest.jestCommandLine": "/workspaces/prescriptionsforpatients/node_modules/.bin/jest"
33
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"jest.jestCommandLine": "/workspaces/prescriptionsforpatients/node_modules/.bin/jest"
3+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"jest.jestCommandLine": "/workspaces/prescriptions-api/node_modules/.bin/jest"
2+
"jest.jestCommandLine": "/workspaces/prescriptionsforpatients/node_modules/.bin/jest"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"jest.jestCommandLine": "/workspaces/prescriptions-api/node_modules/.bin/jest"
2+
"jest.jestCommandLine": "/workspaces/prescriptionsforpatients/node_modules/.bin/jest"
33
}

0 commit comments

Comments
 (0)