mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-08 22:31:04 +00:00
replaced (not all) wiki links to new location docs.syncthing.net
This commit is contained in:
parent
11cb040ad1
commit
3626003f68
@ -105,7 +105,7 @@ the list of authors in the about box.
|
|||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
[See the documentation](https://github.com/syncthing/syncthing/wiki/Building)
|
[See the documentation](http://docs.syncthing.net/dev/building.html)
|
||||||
on how to get started with a build environment.
|
on how to get started with a build environment.
|
||||||
|
|
||||||
## Branches
|
## Branches
|
||||||
@ -133,7 +133,7 @@ Yes please!
|
|||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
[Over here!](https://github.com/syncthing/syncthing/wiki)
|
[Over here!](http://docs.syncthing.net/)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
@ -5,4 +5,4 @@ This directory contains configuration files for running syncthing under the
|
|||||||
systemd user service. For further documentation take a look at the [systemd
|
systemd user service. For further documentation take a look at the [systemd
|
||||||
section][1] on the Github Wiki.
|
section][1] on the Github Wiki.
|
||||||
|
|
||||||
[1]: https://github.com/syncthing/syncthing/wiki/Autostart-syncthing#systemd
|
[1]: http://docs.syncthing.net/users/autostart.html?highlight=systemd
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Syncthing - Open Source Continuous File Synchronization for %I
|
Description=Syncthing - Open Source Continuous File Synchronization for %I
|
||||||
Documentation=https://github.com/syncthing/syncthing/wiki
|
Documentation=http://docs.syncthing.net/
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Syncthing - Open Source Continuous File Synchronization
|
Description=Syncthing - Open Source Continuous File Synchronization
|
||||||
Documentation=https://github.com/syncthing/syncthing/wiki
|
Documentation=http://docs.syncthing.net/
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -783,7 +783,7 @@
|
|||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<p class="small"><span translate>Quick guide to supported patterns</span> (<a href="https://github.com/syncthing/syncthing/wiki/Ignoring-Files" target="_blank" translate>full documentation</a>):</p>
|
<p class="small"><span translate>Quick guide to supported patterns</span> (<a href="http://docs.syncthing.net/users/ignoring.html" target="_blank" translate>full documentation</a>):</p>
|
||||||
<dl class="dl-horizontal dl-narrow small">
|
<dl class="dl-horizontal dl-narrow small">
|
||||||
<dt><code>!</code></dt> <dd><span translate>Inversion of the given condition (i.e. do not exclude)</span></dd>
|
<dt><code>!</code></dt> <dd><span translate>Inversion of the given condition (i.e. do not exclude)</span></dd>
|
||||||
<dt><code>*</code></dt> <dd><span translate>Single level wildcard (matches within a directory only)</span></dd>
|
<dt><code>*</code></dt> <dd><span translate>Single level wildcard (matches within a directory only)</span></dd>
|
||||||
|
Loading…
Reference in New Issue
Block a user