mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-22 03:59:31 +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
|
||||
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::
|
||||
|
||||
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
|
||||
same url.
|
||||
|
Loading…
Reference in New Issue
Block a user