Skip to content

Commit

Permalink
Tweaked links
Browse files Browse the repository at this point in the history
  • Loading branch information
seb86 committed Mar 29, 2019
1 parent 41bd41c commit acabb71
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
31 changes: 16 additions & 15 deletions en_US/README.md
Expand Up @@ -8,24 +8,25 @@ Thank you. 😄

## The Manual

* [Getting started](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/getting-started.md)
* [Getting Started](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/getting-started.md)

* [Requirements](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/requirements.md)
* [Installation](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/installation.md)
* [Upgrading](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/upgrading.md)
* [Requirements](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/requirements.md#requirements)
* [Installation](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/installation.md#installation)
* [Upgrading](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/upgrading.md#upgrading-from-old-to-new)

* [General overview](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/general-overview.md)
* [General Overview](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/general-overview.md#general-overview)

* [Theme selectors](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/theme-selectors.md)
* [Repeater template](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/repeater-template.md)
* [Post navigation](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/post-navigation.md)
* [Hiding comments](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/hiding-comments.md)
* [Theme Selectors](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/theme-selectors.md#theme-selectors)
* [Repeater Template](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/repeater-template.md#repeater-template)
* [Post Title](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/post-title.md#post-title)
* [Post Navigation](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/post-navigation.md#post-navigation)
* [Hiding Comments](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/hiding-comments.md#hide-comments)

* [For developers](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/for-developers.md)
* [For Developers](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/for-developers.md#for-developers)

* [Action Hooks](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/action-hooks.md)
* [Add Theme Support](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/add-theme-support.md)
* [Filter Hooks](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/filter-hooks.md)
* [Action Hooks](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/action-hooks.md#action-hooks)
* [Add Theme Support](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/add-theme-support.md#add-theme-support)
* [Filter Hooks](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/filter-hooks.md#filter-hooks)
* [Conditional Functions](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/conditional-functions.md)
* [JavaScript Triggers](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/javascript-triggers.md)
* [Testing](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/testing.md)
* [JavaScript Triggers](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/javascript-triggers.md#javascript-triggers)
* [Testing](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/testing.md#testing)
10 changes: 5 additions & 5 deletions en_US/for-developers.md
Expand Up @@ -8,9 +8,9 @@ Documentation is available for theme or plugin developers that wish to extend Au

There are a number of [themes already supported](https://github.com/autoloadnextpost/auto-load-next-post/tree/master/includes/theme-support) in Auto Load Next Post plugin. Following these examples will help give you an understanding on how to add support for Auto Load Next Post in your own theme for an out of the box experience for your users.

* [Action Hooks](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/action-hooks.md)
* [Add Theme Support](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/add-theme-support.md)
* [Filter Hooks](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/filter-hooks.md)
* [Action Hooks](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/action-hooks.md#action-hooks)
* [Add Theme Support](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/add-theme-support.md#add-theme-support)
* [Filter Hooks](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/filter-hooks.md#filter-hooks)
* [Conditional Functions](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/conditional-functions.md)
* [JavaScript Triggers](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/javascript-triggers.md)
* [Testing](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/testing.md)
* [JavaScript Triggers](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/javascript-triggers.md#javascript-triggers)
* [Testing](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/testing.md#testing)
9 changes: 4 additions & 5 deletions en_US/general-overview.md
Expand Up @@ -16,11 +16,10 @@ Most themes may only need the first step to be completed and only need to change

Steps 2 and 3 maybe required depending on your theme directory and [template structure](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/content-and-structure.md#structure).

1. [Theme selectors](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/theme-selectors.md)
2. [Repeater template](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/repeater-template.md)
3. [Post navigation](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/post-navigation.md)
4. [Hiding comments](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/hiding-comments.md)

1. [Theme Selectors](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/theme-selectors.md#theme-selectors)
2. [Repeater Template](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/repeater-template.md#repeater-template)
3. [Post Navigation](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/post-navigation.md#post-navigation)
4. [Hiding Comments](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/hiding-comments.md#hide-comments)

---

Expand Down
6 changes: 3 additions & 3 deletions en_US/getting-started.md
Expand Up @@ -2,6 +2,6 @@

## Getting Started

* [Requirements](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/requirements.md)
* [Installation](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/installation.md)
* [Upgrading](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/upgrading.md)
* [Requirements](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/requirements.md#requirements)
* [Installation](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/installation.md#installation)
* [Upgrading](https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/upgrading.md#upgrading-from-old-to-new)

0 comments on commit acabb71

Please sign in to comment.