Skip to content

Commit 3cb85db

Browse files
committed
Update metadata and links
1 parent aacace0 commit 3cb85db

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 NicoLaval
3+
Copyright (c) 2025 Making Sense
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The API specification is available in the `ddi-rest.yaml` file in OpenAPI 3.1.1
1616

1717
### Online Documentation
1818

19-
- **Swagger UI**: [View on GitHub Pages](https://nicolaval.github.io/DDI-API/)
19+
- **Swagger UI**: [View on GitHub Pages](https://making-sense-info.github.io/DDI-API/)
2020

2121
### Local Development
2222

mocks/server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -813,8 +813,8 @@ app.get('/', (req, res) => {
813813
}
814814
},
815815
documentation: {
816-
swaggerUI: 'https://nicolaval.github.io/DDI-API/',
817-
endpoints: 'https://github.com/NicoLaval/DDI-API/blob/main/docs/MOCK_API_ENDPOINTS.md'
816+
swaggerUI: 'https://making-sense-info.github.io/DDI-API/',
817+
endpoints: 'https://github.com/Making-Sense-Info/DDI-API/blob/main/docs/MOCK_API_ENDPOINTS.md'
818818
},
819819
queryParameters: {
820820
references: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/NicoLaval/DDI-API.git"
21+
"url": "https://github.com/Making-Sense-Info/DDI-API.git"
2222
},
2323
"keywords": [
2424
"ddi",

0 commit comments

Comments
 (0)