Selaa lähdekoodia

Merge pull request #753 from dotcloud/registry_api_remove_teams

Remove teams from the registry API
Solomon Hykes 12 vuotta sitten
vanhempi
commit
76bb920449
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      docs/sources/api/registry_api.rst

+ 0 - 1
docs/sources/api/registry_api.rst

@@ -246,7 +246,6 @@ The Index has two main purposes (along with its fancy social features):
 
 - Resolve short names (to avoid passing absolute URLs all the time)
    - username/projectname -> \https://registry.docker.io/users/<username>/repositories/<projectname>/
-   - team/projectname -> \https://registry.docker.io/team/<team>/repositories/<projectname>/
 - Authenticate a user as a repos owner (for a central referenced repository)
 
 3.1 Without an Index