/r/foo/bar shows the render view; /r/foo/bar/ shows the directory view. Many clients, proxies and tools normalize trailing slashes, so the same-looking link can resolve to a different view.
Use a clearer scheme (e.g. $dir suffix, matching $source/$help) and/or visually distinguish link types.
Refs: gno.land/pkg/gnoweb/weburl/url.go:164, gno.land/pkg/gnoweb/handler_http.go:312.
/r/foo/barshows the render view;/r/foo/bar/shows the directory view. Many clients, proxies and tools normalize trailing slashes, so the same-looking link can resolve to a different view.Use a clearer scheme (e.g.
$dirsuffix, matching$source/$help) and/or visually distinguish link types.Refs:
gno.land/pkg/gnoweb/weburl/url.go:164,gno.land/pkg/gnoweb/handler_http.go:312.