Skip to content

Commit 0de6788

Browse files
committed
update url to /modern
1 parent dd6738a commit 0de6788

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/KEYCLOAK_DEPLOYMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ You can create a JSON file based on the following example file, replacing the va
161161
"enabled": true,
162162
"alwaysDisplayInConsole": false,
163163
"clientAuthenticatorType": "client-secret",
164-
"redirectUris": ["https://<INSTALLATION_DOMAIN_NAME>/spa/*"],
164+
"redirectUris": ["https://<INSTALLATION_DOMAIN_NAME>/modern/*"],
165165
"webOrigins": ["+"],
166166
"notBefore": 0,
167167
"bearerOnly": false,

src/sections/templates/DatasetTemplatesEmptyState.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const DatasetTemplatesEmptyState = ({ collectionId }: DatasetTemplatesEmp
1616
returnObjects: true
1717
}) as string[]
1818

19-
const generalInfoUrl = `/spa${RouteWithParams.EDIT_COLLECTION(collectionId)}`
19+
const generalInfoUrl = `/modern${RouteWithParams.EDIT_COLLECTION(collectionId)}`
2020
const templatesGuideUrl =
2121
'https://guides.dataverse.org/en/6.9/user/dataverse-management.html#dataset-templates'
2222

0 commit comments

Comments
 (0)