Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link to array macro #99

Merged
merged 1 commit into from
Nov 2, 2016
Merged
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
Fix link to array macro
 The `array` anchor is automatically set up by the `Array`heading on line 32, making the following heading with the same name become `array-1`.
  • Loading branch information
mriska authored Nov 2, 2016
commit 1bdf2a0ce84b32a25e7657602e7c33a4526817e9
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { nameOfMacro } from 'ember-awesome-macros';

##### Array
* [`any`](#any)
* [`array`](#array)
* [`array`](#array-1)
* [`collect`](#collect)
* [`compact`](#compact)
* [`contains`](#contains)
Expand Down