Skip to content

Commit

Permalink
Merge pull request #23 from nymag/link-bug
Browse files Browse the repository at this point in the history
update util link path in readme
  • Loading branch information
Allyson Young committed Apr 26, 2017
2 parents ddaf301 + 8be75db commit aa691f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ npm install --save clay-utils

# Utils:

* **getComponentInstance** [(code|tests|docs)](https://github.com/nymag/clay-utils/tree/develop/lib/getComponentInstance)
* **getComponentName** [(code|tests|docs)](https://github.com/nymag/clay-utils/tree/develop/lib/getComponentName)
* **getComponentVersion** [(code|tests|docs)](https://github.com/nymag/clay-utils/tree/develop/lib/getComponentVersion)
* **isComponent** [(code|tests|docs)](https://github.com/nymag/clay-utils/tree/develop/lib/isComponent)
* **isDefaultComponent** [(code|tests|docs)](https://github.com/nymag/clay-utils/tree/develop/lib/isDefaultComponent)
* **replaceVersion** [(code|tests|docs)](https://github.com/nymag/clay-utils/tree/develop/lib/replaceVersion)
* **getComponentInstance** [(code|tests|docs)](https://github.com/nymag/clay-utils/tree/master/lib/getComponentInstance)
* **getComponentName** [(code|tests|docs)](https://github.com/nymag/clay-utils/tree/master/lib/getComponentName)
* **getComponentVersion** [(code|tests|docs)](https://github.com/nymag/clay-utils/tree/master/lib/getComponentVersion)
* **isComponent** [(code|tests|docs)](https://github.com/nymag/clay-utils/tree/master/lib/isComponent)
* **isDefaultComponent** [(code|tests|docs)](https://github.com/nymag/clay-utils/tree/master/lib/isDefaultComponent)
* **replaceVersion** [(code|tests|docs)](https://github.com/nymag/clay-utils/tree/master/lib/replaceVersion)
2 changes: 1 addition & 1 deletion docs/utilDoc.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{#each this}}
* **{{ name }}** [(code|tests|docs)](https://github.com/nymag/clay-utils/tree/develop/lib/{{ name }})
* **{{ name }}** [(code|tests|docs)](https://github.com/nymag/clay-utils/tree/master/lib/{{ name }})
{{/each}}

0 comments on commit aa691f2

Please sign in to comment.