From e793ae07a40e204f6d9db83b15a66d9c2a1c84d3 Mon Sep 17 00:00:00 2001 From: Tony Klapatch Date: Wed, 6 Nov 2024 14:59:13 -0500 Subject: [PATCH] Change hlx urls to aem --- .github/pull_request_template.md | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a1d177d..c47dce3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,5 +3,5 @@ Please always provide the [GitHub issue(s)](../issues) your PR is for, as well a Fix # Test URLs: -- Before: https://main--best-cigars-guide--famous-smoke.hlx.live/ -- After: https://--best-cigars-guide--famous-smoke.hlx.live/ +- Before: https://main--best-cigars-guide--famous-smoke.aem.live/ +- After: https://--best-cigars-guide--famous-smoke.aem.live/ diff --git a/README.md b/README.md index 2d76709..d5b4767 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Find the best recommended Cigars by year, occasion, shape, size, country, food p - https://www.famous-smoke.com/best-cigars-guide/ ## AEM Preview Environments -- Preview: https://main--best-cigars-guide--famous-smoke.hlx.page/best-cigars-guide -- Live: https://main--best-cigars-guide--famous-smoke.hlx.live/best-cigars-guide +- Preview: https://main--best-cigars-guide--famous-smoke.aem.page/best-cigars-guide +- Live: https://main--best-cigars-guide--famous-smoke.aem.live/best-cigars-guide ## Installation @@ -27,4 +27,4 @@ npm run lint 1. Install the [AEM CLI](https://github.com/adobe/helix-cli): `npm install -g @adobe/aem-cli` 1. Start AEM Proxy: `aem up` (opens your browser at `http://localhost:3000`) 1. Open the `best-cigars-guide` directory in your favorite IDE and start coding :) -1. Once you are are ready to push your changes, simply use Git to add, commit, and push and your code to your preview `https://----.hlx.page/` and production `https://----.hlx.live/` sites. +1. Once you are are ready to push your changes, simply use Git to add, commit, and push and your code to your preview `https://----.aem.page/` and production `https://----.aem.live/` sites.