Fix proxy pages link in config template

Old link is broken.
This commit is contained in:
Henrik Nyh 2015-02-22 20:31:28 +01:00
parent ad05b33cf6
commit 55673480dc

View file

@ -24,7 +24,7 @@
# page "/admin/*"
# end
# Proxy pages (http://middlemanapp.com/basics/dynamic-pages/)
# Proxy pages (https://middlemanapp.com/advanced/dynamic_pages/)
# proxy "/this-page-has-no-template.html", "/template-file.html", :locals => {
# :which_fake_page => "Rendering a fake page with a local variable" }