1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

change existing, unsuteable links mysite.com and me.com to example.com

This commit is contained in:
Mario Pietsch 2015-02-12 12:48:00 +01:00
parent ddac13317e
commit 2d07e3d661
2 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ Saving/TiddlySpot/Backups: Backups
Saving/TiddlySpot/Description: These settings are only used when saving to http://tiddlyspot.com or a compatible remote server
Saving/TiddlySpot/Filename: Upload Filename
Saving/TiddlySpot/Heading: ~TiddlySpot
Saving/TiddlySpot/Hint: //The server URL defaults to `http://<wikiname>.tiddlyspot.com/store.cgi` and can be changed to use a custom server address, e.g. `http://me.com/store.php`.//
Saving/TiddlySpot/Hint: //The server URL defaults to `http://<wikiname>.tiddlyspot.com/store.cgi` and can be changed to use a custom server address, e.g. `http://example.com/store.php`.//
Saving/TiddlySpot/Password: Password
Saving/TiddlySpot/ServerURL: Server URL
Saving/TiddlySpot/UploadDir: Upload Directory

View File

@ -17,7 +17,7 @@ The ''resolvepath'' macro constructs a url for a relative source path with respe
A trivial example to show how the macro works:
```
<<resolvepath "./backup" "http://mysite.com/store.php">>
<<resolvepath "./backup" "http://example.com/store.php">>
```
<<resolvepath "./backup" "http://mysite.com/store.php">>
<<resolvepath "./backup" "http://example.com/store.php">>