Skip to content

Commit 1948e4b

Browse files
Fix GitHub.com reference/enterprise-admin API URL (#17736)
* Fix enterprise-admin API URL * Use variable for API URL Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com> Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
1 parent 134a7b9 commit 1948e4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/rest/reference/enterprise-admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can use these endpoints to administer your enterprise.
2727
REST API endpoints{% if enterpriseServerVersions contains currentVersion %}—except [Management Console](#management-console) API endpoints—{% endif %} are prefixed with the following URL:
2828

2929
```shell
30-
http(s)://<em>hostname</em>/api/v3/
30+
{% data variables.product.api_url_pre %}
3131
```
3232

3333
{% if enterpriseServerVersions contains currentVersion %}

0 commit comments

Comments
 (0)