Editing the URL

Wiki URLs contain the titles of all the pages in the current lineup. Like this:

wiki.oddly-influenced.dev/view/**welcome-visitors**/view/**how-to-browse-a-wiki**/view/**next-giving-other-people-links**

I removed the `http` at the front of the URL so that I could boldface the page titles. (Technically, these are **slugs**: translations of the page titles into only characters allowed in a URL.)

If you wanted the link to be exactly and only to this page, you could edit the URL down to:

wiki.oddly-influenced.dev/**view**/next-giving-other-people-links

I've highlighted the **view** in the URL to emphasize that it's required before each title (or slug) in the URL. If you delete it by accident, you'll get an error: something like `Cannot GET /next-giving-other-people-links`.