Просмотр исходного кода

api.md: change "admin panel" to "admin console"

Signed-off-by: Julia Stein <[email protected]>
Julia Stein 3 лет назад
Родитель
Сommit
3f16dec1bb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      api.md

+ 1 - 1
api.md

@@ -3,7 +3,7 @@
 The Tailscale API is a (mostly) RESTful API. Typically, POST bodies should be JSON encoded and responses will be JSON encoded.
 
 # Authentication
-Currently based on {some authentication method}. Visit the [admin panel](https://login.tailscale.com/admin) and navigate to the `Settings` page. Generate an API Key and keep it safe. Provide the key as the user key in basic auth when making calls to Tailscale API endpoints (leave the password blank).
+Currently based on {some authentication method}. Visit the [admin console](https://login.tailscale.com/admin) and navigate to the `Settings` page. Generate an API Key and keep it safe. Provide the key as the user key in basic auth when making calls to Tailscale API endpoints (leave the password blank).
 
 # APIs