浏览代码

Remove special case for 'teams' from registry api

Solomon Hykes 12 年之前
父节点
当前提交
531b30119a
共有 1 个文件被更改,包括 0 次插入1 次删除
  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