Skip to content

Commit

Permalink
Fixing broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
tonykelly-octopus authored Nov 21, 2024
1 parent 217c237 commit 42a18eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ The following example shows you how to use the Substitute Variables in Templates

| Variable Name | Value | Scope |
| ----------------------- | --------------- | -------- |
| LoginURL | ht<span>tps://</span>test.example.com/login | Test |
| LoginURL | ht<span>tps://</span>example.com/login | Production |
| LoginURL | `https://test.example.com/login` | Test |
| LoginURL | `https://example.com/login` | Production |

2. Include the loginURL variable in the app you're deploying, by adding the variable `#{LoginURL}`. For instance:

Expand Down

0 comments on commit 42a18eb

Please sign in to comment.