Skip to content

Commit

Permalink
CFID-260: change vmware-ac to cloudfoundry
Browse files Browse the repository at this point in the history
Change-Id: I92c93cc9bb5218801d2c66c7389ddd82042571e7
  • Loading branch information
dsyer committed Apr 25, 2012
1 parent 86e9b68 commit 8f3fdfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@


If this works you are in business: If this works you are in business:


$ git clone git@github.com:vmware-ac/uaa.git $ git clone git@github.com:cloudfoundry/uaa.git
$ cd uaa $ cd uaa
$ mvn install $ mvn install


Expand Down
Expand Up @@ -46,7 +46,7 @@
* <p> * <p>
* If the parameter is not present, the filter will have no effect. * If the parameter is not present, the filter will have no effect.
* *
* See <a href="https://github.com/vmware-ac/poc-identity/blob/master/docs/UAA-APIs.md">UUA API Docs</a> * See <a href="https://github.com/cloudfoundry/uaa/blob/master/docs/UAA-APIs.md">UUA API Docs</a>
*/ */
public class AuthzAuthenticationFilter implements Filter { public class AuthzAuthenticationFilter implements Filter {
private final Log logger = LogFactory.getLog(getClass()); private final Log logger = LogFactory.getLog(getClass());
Expand Down
4 changes: 2 additions & 2 deletions docs/UAA-CC-ACM-VMC-Interactions.rst
Expand Up @@ -64,8 +64,8 @@ Access Control Manager


The Access Control Manager (ACM) `source code repository`__ contains a `detailed API document`__. The Access Control Manager (ACM) `source code repository`__ contains a `detailed API document`__.


__ https://github.com/vmware-ac/acm __ https://github.com/cloudfoundry/acm
__ https://github.com/vmware-ac/acm/blob/master/docs/Access-Control-Manager-APIs.rst __ https://github.com/cloudfoundry/acm/blob/master/docs/Access-Control-Manager-APIs.rst


Overview Overview
---------- ----------
Expand Down

0 comments on commit 8f3fdfa

Please sign in to comment.