diff --git a/docs/extensibility/templating.md b/docs/extensibility/templating.md index 5ea71fe5..a7331e99 100644 --- a/docs/extensibility/templating.md +++ b/docs/extensibility/templating.md @@ -64,7 +64,7 @@ The following custom helpers are available in addition to the [handlebars-helper | `{{getUrlParameter }}` | Return the query parameter value from a URL. Omitting the optional url parameter uses the current browser URL. | `{{getUrlParameter "k"}}` return the value of the `k` query parameter from the browser URL.

`{{getUrlParameter "k" "https://foo?k=test"}}` return the value of the `k` query parameter from the provided URL. -> Need any other helper? Let us know [here](https://github.com/aequos-solutions/modern-search-results/issues)! +> Need any other helper? Let us know [here](https://github.com/microsoft-search/pnp-modern-search/issues)! ### Using builtin web components