Skip to content

Commit

Permalink
Fix GitHub.com reference/enterprise-admin API URL (github#17736)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
JasonEtco and lucascosti authored Feb 9, 2021
1 parent 134a7b9 commit 1948e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/rest/reference/enterprise-admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can use these endpoints to administer your enterprise.
REST API endpoints{% if enterpriseServerVersions contains currentVersion %}—except [Management Console](#management-console) API endpoints—{% endif %} are prefixed with the following URL:

```shell
http(s)://<em>hostname</em>/api/v3/
{% data variables.product.api_url_pre %}
```

{% if enterpriseServerVersions contains currentVersion %}
Expand Down

0 comments on commit 1948e4b

Please sign in to comment.