Skip to content

Commit

Permalink
Merge pull request #41 from seancorfield/master
Browse files Browse the repository at this point in the history
Correct Github URL references
  • Loading branch information
seancorfield committed Apr 6, 2013
2 parents 7fed2b5 + 3634954 commit 861be7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -17,4 +17,4 @@ folder name, e.g.,
Folder names may be singular or plural. DI/1 assumes that if a folder name ends in
"s" it can remove that to get the singular name.

See https://github.com/seancorfield/di1/wiki for more detail.
See https://github.com/framework-one/di1/wiki for more detail.
2 changes: 1 addition & 1 deletion index.cfm
@@ -1,6 +1,6 @@
<h1>Welcome to DI/1!</h1>
<p>DI/1 is a lightweight, convention-over-configuration dependency injection framework a.k.a. bean factory.</p>
<p>All you need is <tt>ioc.cfc</tt>. See <a href="https://github.com/seancorfield/di1/wiki">the DI/1 wiki</a> for detailed documentation.</p>
<p>All you need is <tt>ioc.cfc</tt>. See <a href="https://github.com/framework-one/di1/wiki">the DI/1 wiki</a> for detailed documentation.</p>
<pre>var bf = new ioc( "/model" ); // DI/1 will find all CFCs under /model
svc = bf.getBean( "userService" ); // typical singleton: UserService.cfc or services/user.cfc
bean = bf.getBean( "item" ); // typical transient: beans/item.cfc</pre>
Expand Down

0 comments on commit 861be7d

Please sign in to comment.