Use absolute URLs in markdown files for now

This commit is contained in:
Patrick Steele-Idem 2016-05-06 17:48:11 -07:00
parent bdf9c19508
commit 6e46283abb
2 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ The runtime for template rendering is supported in all web browsers. If you find
# How can Marko be used with Express?
The recommended way to use Marko with Express is described on the [Express + Marko](express-marko.md) page.
The recommended way to use Marko with Express is described on the [Express + Marko](http://markojs.com/docs/marko/express/) page.
# What is the recommended directory structure for templates and "partials"?

View File

@ -1186,9 +1186,9 @@ The Marko parser and compiler are now case sensitive. The following tags are not
The Marko compiler went through a major refactor with Marko v3 as a result of introducing a new parser that recognizes types at compile time. The new compile-time API is much simpler and more powerful. For more information on the Marko compiler and extending Marko at compile-time, please check out:
- [Compiler Advanced](https://github.com/marko-js/marko/blob/master/docs/compiler-advanced.md)
- [The Compiler API](https://github.com/marko-js/marko/blob/master/docs/compiler-api.md) (work-in-progress)
- [Compile-time Tags](https://github.com/marko-js/marko/blob/master/docs/compile-time-tags.md)
- [Compiler Advanced](http://markojs.com/docs/marko/compiler/advanced/)
- [The Compiler API](http://markojs.com/docs/marko/compiler/api/) (work-in-progress)
- [Compile-time Tags](http://markojs.com/docs/marko/compiler/compile-time-tags/)
# Next steps