Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,8 @@ Pull requests welcome!
```
npm install
node_modules/nyc/bin/nyc.js --reporter=text node_modules/mocha/bin/mocha test/test.js
```
```

## Other languages

Also see our [Rust library](https://crates.io/crates/link2aws).
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ <h1>link2aws.github.io</h1>
</p>
<p>
Need a command line tool or a JavaScript library to convert ARN's to AWS console links? Check out our <a href="https://www.npmjs.com/package/link2aws">link2aws</a> NPM package!
Also see our <a href="https://crates.io/crates/link2aws">Rust library</a>.
</p>
<p>
Found a problem? Missing a resource type? <a href="https://github.com/link2aws/link2aws.github.io/issues/new/choose">Report it</a> or send a pull request for our <a href="https://github.com/link2aws/link2aws.github.io">GitHub project</a>.
Expand Down