xmppo / Jabber-Net

A modern fork of Jabber-Net
https://github.com/xmppo/Jabber-Net
37 stars 13 forks source link

Docs: fix root in case of local deployment #54

Open ForNeVeR opened 8 years ago

ForNeVeR commented 8 years ago

Currently the root is "." in case of a local deployment (i.e. when JABBER_NET_ROOT environment variable wasn't defined).

That's not right for /reference/ directory. We should therefor replace root in a parameters argument of MetadataFormat.Generate call with ".." in case of a local deployment.