Skip to content

Commit

Permalink
Change hlx urls to aem
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyklapatch committed Nov 6, 2024
1 parent 3255eaf commit e793ae0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Please always provide the [GitHub issue(s)](../issues) your PR is for, as well a
Fix #<gh-issue-id>

Test URLs:
- Before: https://main--best-cigars-guide--famous-smoke.hlx.live/
- After: https://<branch>--best-cigars-guide--famous-smoke.hlx.live/
- Before: https://main--best-cigars-guide--famous-smoke.aem.live/
- After: https://<branch>--best-cigars-guide--famous-smoke.aem.live/
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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://<branch>--<repo>--<owner>.hlx.page/` and production `https://<branch>--<repo>--<owner>.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://<branch>--<repo>--<owner>.aem.page/` and production `https://<branch>--<repo>--<owner>.aem.live/` sites.

0 comments on commit e793ae0

Please sign in to comment.