docs: remove refs to wiki

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/653/head
Varun Patil 2023-04-30 13:46:33 -07:00
parent f0abdf8f9a
commit 756f6425c6
7 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,7 @@ Make the following items are true before filing a bug:
- You are using the latest version of the app.
- You tried and can replicate the bug.
- The problem persists after clearing browser cache.
- You have followed the [configuration steps](https://github.com/pulsejet/memories/wiki/Configuration).
- You have followed the [configuration steps](https://pulsejet.github.io/memories/config/).
- You have searched the [open issues](https://github.com/pulsejet/memories/issues)
- You are NOT using `OCCWeb` to run `occ` commands

View File

@ -117,7 +117,7 @@ You may need to clear browser cache to use location search.
- Fix downloading from albums ([#259](https://github.com/pulsejet/memories/issues/259))
- Fix support for HEVC Live Photos ([#234](https://github.com/pulsejet/memories/issues/234))
- Fix native photo sharing ([#254](https://github.com/pulsejet/memories/issues/254), [#263](https://github.com/pulsejet/memories/issues/263))
- Use larger previews in viewer (please see [these docs](https://github.com/pulsejet/memories/wiki/Configuration#preview-storage-considerations)) ([#226](https://github.com/pulsejet/memories/issues/226))
- Use larger previews in viewer (please see [these docs](https://pulsejet.github.io/memories/config/#preview-storage)) ([#226](https://github.com/pulsejet/memories/issues/226))
## [v4.8.0] - 2022-11-22
@ -136,7 +136,7 @@ You may need to clear browser cache to use location search.
- **Note**: you must run `occ memories:index -f` to take advantage of new features.
- **Massively improved video performance**
- Memories now comes with a dedicated transcoding server with HLS support.
- Read the documentation [here](https://github.com/pulsejet/memories/wiki/Configuration#video-transcoding) carefully for more details.
- Read the documentation [here](https://pulsejet.github.io/memories/config/#transcoding) carefully for more details.
- **Feature**: Show EXIF metadata in sidebar ([#68](https://github.com/pulsejet/memories/issues/68))
- **Feature**: Multi-selection with drag (mobile) and shift+click ([#28](https://github.com/pulsejet/memories/issues/28))
- **Feature**: Show duration on video tiles

View File

@ -30,7 +30,7 @@ Memories is a _batteries-included_ photo management solution for Nextcloud with
## 🚀 Installation
1. Install the app from the Nextcloud app store.
1. Perform the recommended [configuration steps](https://github.com/pulsejet/memories/wiki/Configuration).
1. Perform the recommended [configuration steps](https://pulsejet.github.io/memories/config/).
1. Run `php occ memories:index` to generate metadata indices for existing photos.
1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos.

View File

@ -25,7 +25,7 @@ Memories is a *batteries-included* photo management solution for Nextcloud with
## 🚀 Installation
1. Install the app from the Nextcloud app store (try a demo [here](https://memories-demo.radialapps.com/apps/memories/)).
1. Perform the recommended [configuration steps](https://github.com/pulsejet/memories/wiki/Configuration).
1. Perform the recommended [configuration steps](https://pulsejet.github.io/memories/config/).
1. Run `php occ memories:index` to generate metadata indices for existing photos.
1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos.
]]></description>

View File

@ -114,7 +114,7 @@
<br />
{{ t('memories', 'The following MIME types are configured for preview generation correctly. More documentation:') }}
<a href="https://github.com/pulsejet/memories/wiki/File-Type-Support" target="_blank">
<a href="https://pulsejet.github.io/memories/file-types/" target="_blank">
{{ t('memories', 'External Link') }}
</a>
<br />

View File

@ -19,7 +19,7 @@
)
}}
{{ t('memories', 'For more details on driver installation, check the documentation:') }}
<a target="_blank" href="https://github.com/pulsejet/memories/wiki/HW-Transcoding#va-api">
<a target="_blank" href="https://pulsejet.github.io/memories/hw-transcoding/#va-api">
{{ t('memories', 'External Link') }}
</a>

View File

@ -8,7 +8,7 @@
'Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:'
)
}}
<a target="_blank" href="https://github.com/pulsejet/memories/wiki/HW-Transcoding">
<a target="_blank" href="https://pulsejet.github.io/memories/hw-transcoding/">
{{ t('memories', 'External Link') }}
</a>