diff options
Diffstat (limited to 'lib/Properties.hs')
-rw-r--r-- | lib/Properties.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Properties.hs b/lib/Properties.hs index 66f817b..291827f 100644 --- a/lib/Properties.hs +++ b/lib/Properties.hs @@ -683,9 +683,7 @@ unwrapPath str f = case parsePath str of else complain $ "cannot acess paths \"" <> str <> "\" which is outside your repository." NotAPath -> complain $ "path \"" <> str <> "\" is invalid." AbsolutePath -> forbid "absolute paths are disallowed. Use world:// instead." - UnderscoreMapLink -> suggest "we know there's been some confusion about links; but you can \ - \still use world:// instead of /_/ (though the latter is now also \ - \allowed to keep maps working)" + UnderscoreMapLink -> forbid "map links using /_/ are disallowed. Use world:// instead." AtMapLink -> forbid "map links using /@/ are disallowed. Use world:// instead." PathVarsDisallowed -> forbid "extended API variables are not allowed in asset paths." |