Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
The URI manipulation link was pointing to the (now outdated) Adobe docs. A github reposistory link will be used now instead.
  • Loading branch information
paulochang authored May 22, 2024
1 parent 8dd0c57 commit 5bd0d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ A style guide for the [HTML Template Language](https://docs.adobe.com/docs/en/ht

- [3.5](#3.5) <a name='3.5'></a> **Use the native URI manipulation capabilities of HTL**

Rolling out a custom URI builder is error prone and hardcoding URL's is even worse. Use [HTL URI Manipulation]([https://pages.github.com/](https://docs.adobe.com/content/help/en/experience-manager-htl/using/htl/block-statements.html#url-manipulation)) instead, in particular, the `extension` option.
Rolling out a custom URI builder is error prone and hardcoding URL's is even worse. Use [HTL URI Manipulation](https://github.com/adobe/htl-spec/blob/master/SPECIFICATION.md#125-uri-manipulation) instead, in particular, the `extension` option.

```html
<!--/* Bad */-->
Expand Down

0 comments on commit 5bd0d56

Please sign in to comment.