Skip to content

Commit b1096e4

Browse files
committed
updating the repo, and content tree references in the paths.json
1 parent 8edeec6 commit b1096e4

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ npm run lint
5252
2. Windows: [Node Version Manager Installation](https://github.com/coreybutler/nvm-windows#readme).
5353
6. Run `nvm use` and your node version will be updated to the version of node and npm used in this repository. This can also be found in the .nvmrc file (v20.18.0)
5454
6. Start AEM Proxy: `npm run start` (opens your browser at `http://localhost:3000`)
55-
7. Open the `mercury-eds-ue` directory in your favorite IDE and start coding
55+
7. Open the `rpeds-eds-ue` directory in your favorite IDE and start coding
5656

5757
## Changelog
5858

fstab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mountpoints:
22
/:
3-
url: "https://author-p133739-e1306963.adobeaemcloud.com/bin/franklin.delivery/Rightpoint/mercury-eds-ue/main"
3+
url: "https://author-p133739-e1306963.adobeaemcloud.com/bin/franklin.delivery/Rightpoint/rpeds/main"
44
type: "markup"
55
suffix: ".html"
66

paths.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"mappings": [
3-
"/content/mercury-eds/:/",
4-
"/content/mercury-eds/headers:/.helix/headers.json",
5-
"/content/mercury-eds/metadata:/metadata.json",
6-
"/content/mercury-eds/configs:/configs.json",
7-
"/content/mercury-eds/configs-dev:/configs-dev.json",
8-
"/content/mercury-eds/configs-stage:/configs-stage.json",
9-
"/content/mercury-eds/placeholders:/placeholders.json",
10-
"/content/mercury-eds/products/default/metadata:/products/default/metadata.json"
3+
"/content/rpeds-eds-ue/:/",
4+
"/content/rpeds-eds-ue/headers:/.helix/headers.json",
5+
"/content/rpeds-eds-ue/metadata:/metadata.json",
6+
"/content/rpeds-eds-ue/configs:/configs.json",
7+
"/content/rpeds-eds-ue/configs-dev:/configs-dev.json",
8+
"/content/rpeds-eds-ue/configs-stage:/configs-stage.json",
9+
"/content/rpeds-eds-ue/placeholders:/placeholders.json",
10+
"/content/rpeds-eds-ue/products/default/metadata:/products/default/metadata.json"
1111
],
1212
"includes": [
13-
"/content/mercury-eds/"
13+
"/content/rpeds-eds-ue/"
1414
]
1515
}

0 commit comments

Comments
 (0)