Skip to content

Commit f0e7b46

Browse files
authored
Fix broken links for scp and DAV (#2522)
* Update web.html: Update broken SCP man page link * Update sync-guide.html: Remove non-existing Android CalDAV and CardDAV apps from selection
1 parent 3cde9a8 commit f0e7b46

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

management/templates/sync-guide.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,11 @@ <h4>On your mobile device</h4>
2626

2727
<p>If you set up your <a href="#mail-guide">mail</a> using Exchange/ActiveSync,
2828
your contacts and calendar may already appear on your device.</p>
29-
<p>Otherwise, here are some apps that can synchronize your contacts and calendar to your Android phone.</p>
29+
<p>Otherwise, the app below can synchronize your contacts and calendar to your Android phone.</p>
3030

3131
<table class="table">
32-
<thead><tr><th>For...</th> <th>Use...</th></tr></thead>
33-
<tr><td>Contacts and Calendar</td> <td><a href="https://play.google.com/store/apps/details?id=at.bitfire.davdroid">DAVx⁵</a> ($5.99; free <a href="https://f-droid.org/packages/at.bitfire.davdroid/">here</a>)</td></tr>
34-
<tr><td>Only Contacts</td> <td><a href="https://play.google.com/store/apps/details?id=org.dmfs.carddav.sync">CardDAV-Sync free</a> (free)</td></tr>
35-
<tr><td>Only Calendar</td> <td><a href="https://play.google.com/store/apps/details?id=org.dmfs.caldav.lib">CalDAV-Sync</a> ($2.99)</td></tr>
32+
<thead><tr><th>Google Play</th> <th>F-Droid</th></tr></thead>
33+
<tr><td><a href="https://play.google.com/store/apps/details?id=at.bitfire.davdroid">DAVx⁵</a> (paid)</td> <td><a href="https://f-droid.org/packages/at.bitfire.davdroid/">DAVx⁵</a> (free)</td></tr>
3634
</table>
3735

3836
<p>Use the following settings:</p>

management/templates/web.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h3>Uploading web files</h3>
1212
<ol>
1313
<li>Ensure that any domains you are publishing a website for have no problems on the <a href="#system_status">Status Checks</a> page.</li>
1414

15-
<li>On your personal computer, install an SSH file transfer program such as <a href="https://filezilla-project.org/">FileZilla</a> or <a href="http://linuxcommand.org/man_pages/scp1.html">scp</a>.</li>
15+
<li>On your personal computer, install an SSH file transfer program such as <a href="https://filezilla-project.org/">FileZilla</a> or <a href="https://man.openbsd.org/scp.1">scp</a>.</li>
1616

1717
<li>Log in to this machine with the file transfer program. The server is <strong>{{hostname}}</strong>, the protocol is SSH or SFTP, and use the <strong>SSH login credentials</strong> that you used when you originally created this machine at your cloud host provider. This is <strong>not</strong> what you use to log in either for email or this control panel. Your SSH credentials probably involves a private key file.</li>
1818

0 commit comments

Comments
 (0)