Skip to content

Commit

Permalink
update all links to point to new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
atanas-dev committed Sep 11, 2018
1 parent c23b801 commit a4398c9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ _This is the WP Emerge Theme project - for the WP Emerge framework please check

## Documentation

https://docs.theme.wpemerge.com/
[https://docs.wpemerge.com/#/starter-theme/overview](https://docs.wpemerge.com/#/starter-theme/overview)

https://docs.theme.wpemerge.com/quickstart.html
[https://docs.wpemerge.com/#/starter-theme/quickstart](https://docs.wpemerge.com/#/starter-theme/quickstart)

## Development Team

Expand All @@ -43,7 +43,7 @@ Brought to you by [Atanas Angelov](https://github.com/atanas-angelov-dev) and th
| Automatic Sprite Generation ||| N/A³ |
| Cache Breaker ||||
| WPCS Linting ||||
| [Advanced Error Reporting](https://docs.wpemerge.com/routing/exceptions.html) ||||
| [Advanced Error Reporting](https://docs.wpemerge.com/#/framework/routing/error-handling) ||||
| WP Unit Tests for your classes ||||

_¹ Sage's Controller is more of a View Composer than a Controller._
Expand All @@ -55,7 +55,7 @@ _³ Timber does not provide a front-end build process so you can implement whate
_Email any factual inaccuracies to [[email protected]](mailto:[email protected]) so they can be corrected._

## Features
- All features from [WP Emerge](https://docs.wpemerge.com/):
- All features from [WP Emerge](https://docs.wpemerge.com/#/framework/overview):
- Routes with optional rewrite rule integration
- Controllers
- Middleware
Expand Down Expand Up @@ -178,7 +178,7 @@ These directories are for the admin, editor and login bundles, respectively. The

#### `theme/`

Add views in this, the `theme/partials/` or the `theme/templates/` directories accordingly. Avoid adding any PHP logic here, unless it pertains to layouting (PHP logic should go into helper files or [WP Emerge controllers](https://docs.wpemerge.com/controllers/overview.html))
Add views in this, the `theme/partials/` or the `theme/templates/` directories accordingly. Avoid adding any PHP logic here, unless it pertains to layouting (PHP logic should go into helper files or [WP Emerge controllers](https://docs.wpemerge.com/#/framework/routing/controllers))

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion app/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* WP Emerge configuration.
*
* @link https://docs.wpemerge.com/configuration.html
* @link https://docs.wpemerge.com/#/framework/configuration
*
* @package WPEmergeTheme
*/
Expand Down
8 changes: 4 additions & 4 deletions app/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* ------------------------------------------------------------------------
* Routes
*
* @link https://docs.wpemerge.com/routing/methods.html
* @link https://docs.wpemerge.com/#/framework/routing/methods
* ------------------------------------------------------------------------
*/

Expand All @@ -31,15 +31,15 @@
* Pass all front-end requests through WPEmerge.
* WARNING: Do not add routes after this - they will be ignored.
*
* @link https://docs.wpemerge.com/routing/methods.html#handling-all-requests
* @link https://docs.wpemerge.com/#/framework/routing/methods?id=handling-all-requests
*/
Router::handleAll();

/**
* ------------------------------------------------------------------------
* Globals
*
* @link https://docs.wpemerge.com/view/global-context.html
* @link https://docs.wpemerge.com/#/framework/views/global-context
* ------------------------------------------------------------------------
*/

Expand All @@ -50,7 +50,7 @@
* ------------------------------------------------------------------------
* View composers
*
* @link https://docs.wpemerge.com/view/view-composers.html
* @link https://docs.wpemerge.com/#/framework/views/view-composers
* ------------------------------------------------------------------------
*/

Expand Down
2 changes: 1 addition & 1 deletion theme/layouts/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Base app layout.
*
* @link https://docs.wpemerge.com/view/layouts.html
* @link https://docs.wpemerge.com/#/framework/views/layouts
*
* @package WPEmergeTheme
*/
Expand Down

0 comments on commit a4398c9

Please sign in to comment.