Skip to content

Commit

Permalink
Fix links.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Dec 17, 2024
1 parent da2d587 commit bd17f6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cyberduck/browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ You can toggle Quick Look in a Cyberduck browser for any file using *Space Bar*.

### Open or Copy HTTP URL

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

- **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.
- **Copy Web URL:** The *Web URL* can be found in the *Edit → Copy URl* menu.
Expand Down
2 changes: 1 addition & 1 deletion cyberduck/share.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ folder. Choose *Skip* to create a public URL without password protection. A Box
### FTP, SFTP & WebDAV

If you connect to a web root using ### [FTP](../protocols/ftp.md), [SFTP](../protocols/sftp/index.md)
or [WebDAV](../protocols/webdav/index.md), refer to [HTTP URL](../cyberduck/bookmarks.md#http-url) on how to configure
or [WebDAV](../protocols/webdav/index.md), refer to [HTTP URL](../cyberduck/bookmarks.md#web-url) on how to configure
your bookmark to allow copying a HTTP URL for a selected file. With a valid configuration, you can open the
corresponding HTTP URL of a file selected with your default web browser or copy the URL to the clipboard. To manage
permissions, refer to [UNIX Permissions (FTP/SFTP)](info.md#unix-permissions).
Expand Down
2 changes: 1 addition & 1 deletion mountainduck/interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Enable the *Index Files* option in [*Preferences → Sync*](preferences.md#index
- *Share…:* Create an URL to share with someone else to allow downloading the file or folder.
- *Request file…:* Create an URL to share with someone else to allow uploading files to the selected folder.

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).
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).

- *Copy URL*
- *Open URL*
Expand Down
2 changes: 1 addition & 1 deletion protocols/cdn/cloudfront.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ A [custom origin](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperG

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

- 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`.
- 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`.
- 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).
- Connect to the server and select the *Distribution (CDN)* panel from the [Info](../../cyberduck/info.md) window.
- Check the *Origin URL* displayed and enable the distribution with *Enable Amazon CloudFront distribution*.
Expand Down

0 comments on commit bd17f6d

Please sign in to comment.