diff options
author | Simon <simon@kisikew.org> | 2012-04-10 20:47:55 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-04-10 20:47:55 -0700 |
commit | 0c4e9912b02cfeefba81db91ee958d9d50fdb45b (patch) | |
tree | 7c9c7eefa2190ab0ac9229ad77e2a74338779047 /doc/andfinally.md | |
parent | 0fa932853c76d8aca9fecf125d4c2d6816fb1a4a (diff) | |
parent | 6b414d3de4a25b0f5428b8ef4f315a4f158ac825 (diff) | |
download | volse-hubzilla-0c4e9912b02cfeefba81db91ee958d9d50fdb45b.tar.gz volse-hubzilla-0c4e9912b02cfeefba81db91ee958d9d50fdb45b.tar.bz2 volse-hubzilla-0c4e9912b02cfeefba81db91ee958d9d50fdb45b.zip |
Merge pull request #225 from simonlnu/master
[fixes] absolute links in docs and newmember.php; breaks sub-dir installs
Diffstat (limited to 'doc/andfinally.md')
-rw-r--r-- | doc/andfinally.md | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/andfinally.md b/doc/andfinally.md index cd8a6994b..c4e8cb948 100644 --- a/doc/andfinally.md +++ b/doc/andfinally.md @@ -1,3 +1,5 @@ +[[!meta title="And Finally..."]] + And that brings the Quick Start to an end. Here are some more things to help get you started: @@ -5,20 +7,20 @@ Here are some more things to help get you started: **Groups** -- <a href = "https://kakste.com/profile/newhere">New Here</a> - a group for people new to Friendica +- <a href="https://kakste.com/profile/newhere">New Here</a> - a group for people new to Friendica -- <a href = "http://helpers.pyxis.uberspace.de/profile/helpers">Friendica Support</a> - problems? This is the place to ask. +- <a href="http://helpers.pyxis.uberspace.de/profile/helpers">Friendica Support</a> - problems? This is the place to ask. -- <a href = "https://kakste.com/profile/public_stream">Public Stream</a> - a place to talk about anything to anyone. +- <a href="https://kakste.com/profile/public_stream">Public Stream</a> - a place to talk about anything to anyone. -- <a href = "https://letstalk.pyxis.uberspace.de/profile/letstalk">Let's Talk</a> a group for finding people and groups who share similar interests. +- <a href="https://letstalk.pyxis.uberspace.de/profile/letstalk">Let's Talk</a> a group for finding people and groups who share similar interests. -- <a href = "http://newzot.hydra.uberspace.de/profile/newzot">Local Friendica</a> a page for local Friendica groups</a> +- <a href="http://newzot.hydra.uberspace.de/profile/newzot">Local Friendica</a> a page for local Friendica groups</a> **Documentation** -- <a href = "/help/Connectors">Connecting to more networks</a> -- <a href = "/help">Help Index</a> +- <a href="help/Connectors">Connecting to more networks</a> +- <a href="help">Help Index</a> |