> On Friday, December 7, 2012 8:46:12 AM UTC-3, Dragan Matic wrote:Currently if I write markmin link in auth.wiki() like this: [[Some > link text @////some-wiki-page]] - link is written as absolute URL. If I move my database to another site all the links in wiki pages > break. Can I change this behavior or is this a feature?
Dragan I cannot reproduce it. I put the link in the body of a wiki and it gets stored as is (with wiki syntax) in the db. The absolute link is serialized as html when processed by the view, so it should change its form according to the app which hosts the wiki document. How are the links in the new app different? --