mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2025-02-16 21:40:45 +01:00
faq.rst: use example.com instead of my.host.com
This commit is contained in:
parent
9aa6f2dbcf
commit
1c74260111
@ -105,11 +105,11 @@ I added an aka, but it doesn't work!
|
|||||||
instance, if you're adding an aka to give you a link to your
|
instance, if you're adding an aka to give you a link to your
|
||||||
homepage, you need to say::
|
homepage, you need to say::
|
||||||
|
|
||||||
aka add mylink "format concat https://my.host.com/ [urlquote $1]"
|
aka add mylink "format concat https://example.com/ [urlquote $1]"
|
||||||
|
|
||||||
and not::
|
and not::
|
||||||
|
|
||||||
aka add mylink format concat https://my.host.com/ [urlquote $1]
|
aka add mylink format concat https://example.com/ [urlquote $1]
|
||||||
|
|
||||||
The first version works; the second version will always return the
|
The first version works; the second version will always return the
|
||||||
same url.
|
same url.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user