Skip to content

Commit

Permalink
Merge pull request OptimalBits#804 from marcbachmann/patch-1
Browse files Browse the repository at this point in the history
Fix anchors in reference documentation
  • Loading branch information
manast authored Dec 3, 2017
2 parents 6722f33 + fff1ecb commit 001bbd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Reference
- [Queue#getJob](#queuegetjob)
- [Queue#removeRepeatable](#queueremoverepeatable)
- [Queue#getJobCounts](#queuegetjobcounts)
- [Queue#getCompletedCount](#queuegetcompledtedcount)
- [Queue#getCompletedCount](#queuegetcompletedcount)
- [Queue#getFailedCount](#queuegetfailedcount)
- [Queue#getDelayedCount](#queuegetdelayedcount)
- [Queue#getActiveCount](#queuegetactivecount)
Expand All @@ -23,7 +23,7 @@ Reference
- [Queue#getWaiting](#queuegetwaiting)
- [Queue#getActive](#queuegetactive)
- [Queue#getDelayed](#queuegetdelayed)
- [Queue#getCompleted](#queuegetcompledted)
- [Queue#getCompleted](#queuegetcompleted)
- [Queue#getFailed](#queuegetfailed)

- [Job](#job)
Expand Down

0 comments on commit 001bbd8

Please sign in to comment.