Skip to content

Commit bd17f6d

Browse files
committed
Fix links.
1 parent da2d587 commit bd17f6d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cyberduck/browser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ You can toggle Quick Look in a Cyberduck browser for any file using *Space Bar*.
165165

166166
### Open or Copy HTTP URL
167167

168-
See bookmark [Web URL configuration](bookmarks.md#http-url) for HTTP URLs. You can select multiple files to open/copy all URLs.
168+
See bookmark [Web URL configuration](bookmarks.md#web-url) for HTTP URLs. You can select multiple files to open/copy all URLs.
169169

170170
- **Open Web URL:** The *Web URL* can be found in the *File → Open URL* menu and as an optional toolbar item in the browser window. Use *View → Customize Toolbar...* to add the *Open in Browser* button to your default browser toolbar.
171171
- **Copy Web URL:** The *Web URL* can be found in the *Edit → Copy URl* menu.

cyberduck/share.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ folder. Choose *Skip* to create a public URL without password protection. A Box
287287
### FTP, SFTP & WebDAV
288288

289289
If you connect to a web root using ### [FTP](../protocols/ftp.md), [SFTP](../protocols/sftp/index.md)
290-
or [WebDAV](../protocols/webdav/index.md), refer to [HTTP URL](../cyberduck/bookmarks.md#http-url) on how to configure
290+
or [WebDAV](../protocols/webdav/index.md), refer to [HTTP URL](../cyberduck/bookmarks.md#web-url) on how to configure
291291
your bookmark to allow copying a HTTP URL for a selected file. With a valid configuration, you can open the
292292
corresponding HTTP URL of a file selected with your default web browser or copy the URL to the clipboard. To manage
293293
permissions, refer to [UNIX Permissions (FTP/SFTP)](info.md#unix-permissions).

mountainduck/interface.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Enable the *Index Files* option in [*Preferences → Sync*](preferences.md#index
231231
- *Share…:* Create an URL to share with someone else to allow downloading the file or folder.
232232
- *Request file…:* Create an URL to share with someone else to allow uploading files to the selected folder.
233233

234-
Right-click files on a mounted drive will open a menu with items to copy & open HTTP URLs or create share links of files. This will include the Origin URL, [HTTP URLs](../cyberduck/bookmarks.md#http-url) and [temporary signed URLs in S3](../protocols/s3/index.md#public-urls).
234+
Right-click files on a mounted drive will open a menu with items to copy & open HTTP URLs or create share links of files. This will include the Origin URL, [HTTP URLs](../cyberduck/bookmarks.md#web-url) and [temporary signed URLs in S3](../protocols/s3/index.md#public-urls).
235235

236236
- *Copy URL*
237237
- *Open URL*

protocols/cdn/cloudfront.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ A [custom origin](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperG
5151

5252
![Custom Origin CDN](_images/Custom_Origin_CDN.png)
5353

54-
- Adjust the [Web URL](../../cyberduck/bookmarks.md#http-url) of the bookmark to the host where you want to CloudFront look for the original content. If the scheme of the Web URL is `http` the origin HTTP port of the distribution is set to the port number in the Web URL (defaults to `80`) and the HTTPS port is set to `443`. If the scheme is `https` the origin HTTPS port of the distribution is set to the port number in the Web URL (defaults to `443`) and the HTTP port is set to `80`.
54+
- Adjust the [Web URL](../../cyberduck/bookmarks.md#web-url) of the bookmark to the host where you want to CloudFront look for the original content. If the scheme of the Web URL is `http` the origin HTTP port of the distribution is set to the port number in the Web URL (defaults to `80`) and the HTTPS port is set to `443`. If the scheme is `https` the origin HTTPS port of the distribution is set to the port number in the Web URL (defaults to `443`) and the HTTP port is set to `80`.
5555
- Set the *Path* of the bookmark to the document root of your web server. This allows you to select files for [invalidation](../../cyberduck/info.md#object-invalidation) or set the [default root object](../../cyberduck/info.md#index-file).
5656
- Connect to the server and select the *Distribution (CDN)* panel from the [Info](../../cyberduck/info.md) window.
5757
- Check the *Origin URL* displayed and enable the distribution with *Enable Amazon CloudFront distribution*.

0 commit comments

Comments
 (0)