diff --git a/README.md b/README.md index b279d37..d8eca87 100644 --- a/README.md +++ b/README.md @@ -4,45 +4,45 @@ ks-tools - Tools for upload, convert and crop/mix video/audio files. ### Documentation: * `Tools for upload:` - * [ks-upv](doc/ks-upv.md) - Upload video file(s) to server with scp or rsync. - * [ks-upa](doc/ks-upa.md) - Upload audio file(s) to server with scp or rsync. - * [ks-upf](doc/ks-upf.md) - Upload common file(s) to server with scp or rsync. - * [ks-upr](doc/ks-upr.md) - Upload recursively file(s) to server with scp or rsync. + * [ks-upv](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-upv.md) - Upload video file(s) to server with scp or rsync. + * [ks-upa](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-upa.md) - Upload audio file(s) to server with scp or rsync. + * [ks-upf](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-upf.md) - Upload common file(s) to server with scp or rsync. + * [ks-upr](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-upr.md) - Upload recursively file(s) to server with scp or rsync. * `Tools for convert video:` - * [ks-mp4](doc/ks-mp4.md) - Convert video file to compact and efficient MP4 (libx264 + aac). - * [ks-mp4k](doc/ks-mp4k.md) - Convert video file to compact and efficient MP4 (4K). - * [ks-mp4s](doc/ks-mp4s.md) - Convert video file to compact and efficient MP4 (Series). - * [ks-mp4s-folder](doc/ks-mp4s-folder.md) - Convert videos from folder to MP4 format (Series). - * [ks-avi](doc/ks-avi.md) - Convert video file to compact and efficient AVI (libxvid + mp3). - * [ks-vob](doc/ks-vob.md) - Convert video file to VOB (DVD splitet) format. - * [ks-av1](doc/ks-av1.md) - Convert video file to compact and efficient AV1 codec (libsvtav1 + libvorbis). - * [ks-av1s](doc/ks-av1s.md) - Convert video file to compact and efficient AV1 codec (Series). - * [ks-av1s-folder](doc/ks-av1s-folder.md) - Convert videos from folder to AV1 codec (Series). + * [ks-mp4](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-mp4.md) - Convert video file to compact and efficient MP4 (libx264 + aac). + * [ks-mp4k](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-mp4k.md) - Convert video file to compact and efficient MP4 (4K). + * [ks-mp4s](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-mp4s.md) - Convert video file to compact and efficient MP4 (Series). + * [ks-mp4s-folder](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-mp4s-folder.md) - Convert videos from folder to MP4 format (Series). + * [ks-avi](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-avi.md) - Convert video file to compact and efficient AVI (libxvid + mp3). + * [ks-vob](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-vob.md) - Convert video file to VOB (DVD splitet) format. + * [ks-av1](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-av1.md) - Convert video file to compact and efficient AV1 codec (libsvtav1 + libvorbis). + * [ks-av1s](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-av1s.md) - Convert video file to compact and efficient AV1 codec (Series). + * [ks-av1s-folder](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-av1s-folder.md) - Convert videos from folder to AV1 codec (Series). * `Tools for convert audio:` - * [ks-oga](doc/ks-oga.md) - Convert video/audio file to OGA (OGG Audio) Format. - * [ks-oga-album](doc/ks-oga-album.md) - Convert folder album to OGA (OGG Audio) Format. - * [ks-mp3](doc/ks-mp3.md) - Convert video/audio file to MP3 Audio Format. - * [ks-mp3-album](doc/ks-mp3-album.md) - Convert folder album to MP3 Audio Format. + * [ks-oga](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-oga.md) - Convert video/audio file to OGA (OGG Audio) Format. + * [ks-oga-album](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-oga-album.md) - Convert folder album to OGA (OGG Audio) Format. + * [ks-mp3](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-mp3.md) - Convert video/audio file to MP3 Audio Format. + * [ks-mp3-album](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-mp3-album.md) - Convert folder album to MP3 Audio Format. * `Tools for crop/mix video/audio:` - * [ks-mix](doc/ks-mix.md) - Extract video/audio and mix video/audio files. - * [ks-crop](doc/ks-crop.md) - Crop or change aspect ratio of a video. + * [ks-mix](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-mix.md) - Extract video/audio and mix video/audio files. + * [ks-crop](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-crop.md) - Crop or change aspect ratio of a video. * `Wrappers/Configuration:` - * [ks-mp4-wrapper](doc/ks-mp4-wrapper.md) - Wrapper for ks-mp4 to create graphical interfaces. - * [ks-mp4k-wrapper](doc/ks-mp4k-wrapper.md) - Wrapper for ks-mp4k to create graphical interfaces. - * [ks-mp4s-wrapper](doc/ks-mp4s-wrapper.md) - Wrapper for ks-mp4s to create graphical interfaces. - * [ks-avi-wrapper](doc/ks-avi-wrapper.md) - Wrapper for ks-avi to create graphical interfaces. - * [ks-vob-wrapper](doc/ks-vob-wrapper.md) - Wrapper for ks-vob to create graphical interfaces. - * [ks-av1-wrapper](doc/ks-av1-wrapper.md) - Wrapper for ks-av1 to create graphical interfaces. - * [ks-av1s-wrapper](doc/ks-av1s-wrapper.md) - Wrapper for ks-av1s to create graphical interfaces. - * [ks-conf](doc/ks-conf.md) - Tool for create and modify all configuration files. + * [ks-mp4-wrapper](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-mp4-wrapper.md) - Wrapper for ks-mp4 to create graphical interfaces. + * [ks-mp4k-wrapper](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-mp4k-wrapper.md) - Wrapper for ks-mp4k to create graphical interfaces. + * [ks-mp4s-wrapper](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-mp4s-wrapper.md) - Wrapper for ks-mp4s to create graphical interfaces. + * [ks-avi-wrapper](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-avi-wrapper.md) - Wrapper for ks-avi to create graphical interfaces. + * [ks-vob-wrapper](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-vob-wrapper.md) - Wrapper for ks-vob to create graphical interfaces. + * [ks-av1-wrapper](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-av1-wrapper.md) - Wrapper for ks-av1 to create graphical interfaces. + * [ks-av1s-wrapper](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-av1s-wrapper.md) - Wrapper for ks-av1s to create graphical interfaces. + * [ks-conf](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-conf.md) - Tool for create and modify all configuration files. ### Installation: @@ -72,7 +72,7 @@ ks-tools - Tools for upload, convert and crop/mix video/audio files. * Install ks-tools cloning the repository: - git clone https://gitlab.com/q3aql/ks-tools + git clone https://git.q3aql.dev/q3aql/ks-tools cd ks-tools sudo make install @@ -94,14 +94,14 @@ ks-tools - Tools for upload, convert and crop/mix video/audio files. * If you prefer your own ffmpeg build, use this script for build it: - git clone https://gitlab.com/q3aql/ks-tools + git clone https://git.q3aql.dev/q3aql/ks-tools cd ks-tools/cygwin chmod +x ffmpeg-build-cygwin64.sh ./ffmpeg-build-cygwin64.sh * Install ks-tools cloning the repository: - git clone https://gitlab.com/q3aql/ks-tools + git clone https://git.q3aql.dev/q3aql/ks-tools cd ks-tools make -f Makefile.Cygwin @@ -117,7 +117,7 @@ ks-tools - Tools for upload, convert and crop/mix video/audio files. * Install ks-tools cloning the repository: - git clone https://gitlab.com/q3aql/ks-tools + git clone https://git.q3aql.dev/q3aql/ks-tools cd ks-tools sudo make install @@ -131,13 +131,13 @@ ks-tools - Tools for upload, convert and crop/mix video/audio files. * Install ks-tools cloning the repository **(for MacOS Intel)**: - git clone https://gitlab.com/q3aql/ks-tools + git clone https://git.q3aql.dev/q3aql/ks-tools cd ks-tools sudo make -f Makefile.macbrew * Install ks-tools cloning the repository **(for MacOS ARM)**: - git clone https://gitlab.com/q3aql/ks-tools + git clone https://git.q3aql.dev/q3aql/ks-tools cd ks-tools sudo make -f Makefile.macbrew.arm diff --git a/doc/ks-av1-wrapper.md b/doc/ks-av1-wrapper.md index 9c1377b..c6e7470 100644 --- a/doc/ks-av1-wrapper.md +++ b/doc/ks-av1-wrapper.md @@ -48,5 +48,5 @@ $ ks-av1-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 1280x720 "My video" 2 ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-av1.md b/doc/ks-av1.md index 20696af..2778311 100644 --- a/doc/ks-av1.md +++ b/doc/ks-av1.md @@ -35,7 +35,7 @@ $ ks-av1 v_ext="webm" ```` - * RECOMMENDED: You can use the [ks-conf](https://gitlab.com/q3aql/ks-tools/blob/main/doc/ks-conf.md) tool to edit the configuration. + * RECOMMENDED: You can use the [ks-conf](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-conf.md) tool to edit the configuration. ### Example of use: @@ -93,5 +93,5 @@ $ ks-av1 ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-av1s-folder.md b/doc/ks-av1s-folder.md index 0b75613..ebeff69 100644 --- a/doc/ks-av1s-folder.md +++ b/doc/ks-av1s-folder.md @@ -51,5 +51,5 @@ $ ks-av1s-folder [subs] ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-av1s-wrapper.md b/doc/ks-av1s-wrapper.md index 98eed9e..e554c51 100644 --- a/doc/ks-av1s-wrapper.md +++ b/doc/ks-av1s-wrapper.md @@ -48,5 +48,5 @@ $ ks-av1s-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 720x480 "My video" 2 ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-av1s.md b/doc/ks-av1s.md index 74da28a..9ce976c 100644 --- a/doc/ks-av1s.md +++ b/doc/ks-av1s.md @@ -35,7 +35,7 @@ $ ks-av1s v_ext="webm" ```` - * RECOMMENDED: You can use the [ks-conf](https://gitlab.com/q3aql/ks-tools/blob/main/doc/ks-conf.md) tool to edit the configuration. + * RECOMMENDED: You can use the [ks-conf](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-conf.md) tool to edit the configuration. ### Example of use: @@ -93,5 +93,5 @@ $ ks-av1s ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-avi-wrapper.md b/doc/ks-avi-wrapper.md index 61c7aa5..bbb6f4c 100644 --- a/doc/ks-avi-wrapper.md +++ b/doc/ks-avi-wrapper.md @@ -48,5 +48,5 @@ $ ks-avi-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 720x404 "My video" 20 ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-avi.md b/doc/ks-avi.md index 207bd0d..225930b 100644 --- a/doc/ks-avi.md +++ b/doc/ks-avi.md @@ -37,7 +37,7 @@ $ ks-avi v_ext="avi" ```` - * RECOMMENDED: You can use the [ks-conf](https://gitlab.com/q3aql/ks-tools/blob/main/doc/ks-conf.md) tool to edit the configuration. + * RECOMMENDED: You can use the [ks-conf](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-conf.md) tool to edit the configuration. ### Example of use: @@ -95,5 +95,5 @@ $ ks-avi ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-conf.md b/doc/ks-conf.md index f4a52bb..ffb9044 100644 --- a/doc/ks-conf.md +++ b/doc/ks-conf.md @@ -67,5 +67,5 @@ $ ks-conf ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-crop.md b/doc/ks-crop.md index c1bfa85..057065d 100644 --- a/doc/ks-crop.md +++ b/doc/ks-crop.md @@ -120,5 +120,5 @@ _Note: Output file name will be `Example-aspect.mkv`_ ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-mix.md b/doc/ks-mix.md index 137bf53..8542cfc 100644 --- a/doc/ks-mix.md +++ b/doc/ks-mix.md @@ -105,5 +105,5 @@ _Note: After executing the command, an assistant will ask us from what hour, min ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-mp3-album.md b/doc/ks-mp3-album.md index 1760a09..a9dc54e 100644 --- a/doc/ks-mp3-album.md +++ b/doc/ks-mp3-album.md @@ -26,7 +26,7 @@ $ ks-mp3-album default_lang_audio="spa" ```` - * RECOMMENDED: You can use the [ks-conf](https://gitlab.com/q3aql/ks-tools/blob/main/doc/ks-conf.md) tool to edit the configuration. + * RECOMMENDED: You can use the [ks-conf](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-conf.md) tool to edit the configuration. ### Example of use: @@ -61,5 +61,5 @@ $ ks-mp3-album ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-mp3.md b/doc/ks-mp3.md index 05277c4..020f86c 100644 --- a/doc/ks-mp3.md +++ b/doc/ks-mp3.md @@ -26,7 +26,7 @@ $ ks-mp3 default_lang_audio="spa" ```` - * RECOMMENDED: You can use the [ks-conf](https://gitlab.com/q3aql/ks-tools/blob/main/doc/ks-conf.md) tool to edit the configuration. + * RECOMMENDED: You can use the [ks-conf](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-conf.md) tool to edit the configuration. ### Example of use: @@ -69,5 +69,5 @@ $ ks-mp3 ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-mp4-wrapper.md b/doc/ks-mp4-wrapper.md index 67e31eb..fc7f55b 100644 --- a/doc/ks-mp4-wrapper.md +++ b/doc/ks-mp4-wrapper.md @@ -48,5 +48,5 @@ $ ks-mp4-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 1280x720 "My video" 2 ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-mp4.md b/doc/ks-mp4.md index b0500d7..3efba88 100644 --- a/doc/ks-mp4.md +++ b/doc/ks-mp4.md @@ -37,7 +37,7 @@ $ ks-mp4 v_ext="mp4" ```` - * RECOMMENDED: You can use the [ks-conf](https://gitlab.com/q3aql/ks-tools/blob/main/doc/ks-conf.md) tool to edit the configuration. + * RECOMMENDED: You can use the [ks-conf](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-conf.md) tool to edit the configuration. ### Example of use: @@ -96,5 +96,5 @@ $ ks-mp4 ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-mp4k-wrapper.md b/doc/ks-mp4k-wrapper.md index f446544..8c57f93 100644 --- a/doc/ks-mp4k-wrapper.md +++ b/doc/ks-mp4k-wrapper.md @@ -48,5 +48,5 @@ $ ks-mp4k-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 3840x2160 "My video" ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-mp4k.md b/doc/ks-mp4k.md index 44dbb02..7bff3c0 100644 --- a/doc/ks-mp4k.md +++ b/doc/ks-mp4k.md @@ -37,7 +37,7 @@ $ ks-mp4k v_ext="mp4" ```` - * RECOMMENDED: You can use the [ks-conf](https://gitlab.com/q3aql/ks-tools/blob/main/doc/ks-conf.md) tool to edit the configuration. + * RECOMMENDED: You can use the [ks-conf](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-conf.md) tool to edit the configuration. ### Example of use: @@ -96,5 +96,5 @@ $ ks-mp4k ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-mp4s-folder.md b/doc/ks-mp4s-folder.md index b2b95b7..8c2dfd0 100644 --- a/doc/ks-mp4s-folder.md +++ b/doc/ks-mp4s-folder.md @@ -51,5 +51,5 @@ $ ks-mp4s-folder [subs] ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-mp4s-wrapper.md b/doc/ks-mp4s-wrapper.md index f41f2f2..2df216a 100644 --- a/doc/ks-mp4s-wrapper.md +++ b/doc/ks-mp4s-wrapper.md @@ -48,5 +48,5 @@ $ ks-mp4s-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 720x480 "My video" 2 ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-mp4s.md b/doc/ks-mp4s.md index 2c18c80..2efa4ff 100644 --- a/doc/ks-mp4s.md +++ b/doc/ks-mp4s.md @@ -37,7 +37,7 @@ $ ks-mp4s v_ext="mp4" ```` - * RECOMMENDED: You can use the [ks-conf](https://gitlab.com/q3aql/ks-tools/blob/main/doc/ks-conf.md) tool to edit the configuration. + * RECOMMENDED: You can use the [ks-conf](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-conf.md) tool to edit the configuration. ### Example of use: @@ -96,5 +96,5 @@ $ ks-mp4s ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-oga-album.md b/doc/ks-oga-album.md index f93c501..6ef8273 100644 --- a/doc/ks-oga-album.md +++ b/doc/ks-oga-album.md @@ -26,7 +26,7 @@ $ ks-oga-album default_lang_audio="spa"` ```` - * RECOMMENDED: You can use the [ks-conf](https://gitlab.com/q3aql/ks-tools/blob/main/doc/ks-conf.md) tool to edit the configuration. + * RECOMMENDED: You can use the [ks-conf](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-conf.md) tool to edit the configuration. ### Example of use: @@ -61,5 +61,5 @@ $ ks-oga-album ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-oga.md b/doc/ks-oga.md index 156ec84..0e5ebcd 100644 --- a/doc/ks-oga.md +++ b/doc/ks-oga.md @@ -26,7 +26,7 @@ $ ks-oga default_lang_audio="spa" ```` - * RECOMMENDED: You can use the [ks-conf](https://gitlab.com/q3aql/ks-tools/blob/main/doc/ks-conf.md) tool to edit the configuration. + * RECOMMENDED: You can use the [ks-conf](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/doc/ks-conf.md) tool to edit the configuration. ### Example of use: @@ -69,5 +69,5 @@ $ ks-oga ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-upa.md b/doc/ks-upa.md index 2588535..05cae83 100644 --- a/doc/ks-upa.md +++ b/doc/ks-upa.md @@ -108,5 +108,5 @@ $ ks-upa -h - Show help ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-upf.md b/doc/ks-upf.md index e38f519..c2bfe51 100644 --- a/doc/ks-upf.md +++ b/doc/ks-upf.md @@ -108,5 +108,5 @@ $ ks-upf -h - Show help ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-upr.md b/doc/ks-upr.md index 87dfa23..754e366 100644 --- a/doc/ks-upr.md +++ b/doc/ks-upr.md @@ -108,5 +108,5 @@ $ ks-upr -h - Show help ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-upv.md b/doc/ks-upv.md index 87f08b3..9644af5 100644 --- a/doc/ks-upv.md +++ b/doc/ks-upv.md @@ -108,5 +108,5 @@ $ ks-upv -h - Show help ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-vob-wrapper.md b/doc/ks-vob-wrapper.md index 7ee76c4..2bbf3d2 100644 --- a/doc/ks-vob-wrapper.md +++ b/doc/ks-vob-wrapper.md @@ -43,5 +43,5 @@ $ ks-vob-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 720x576 patch ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md) diff --git a/doc/ks-vob.md b/doc/ks-vob.md index c93d34b..dc16b62 100644 --- a/doc/ks-vob.md +++ b/doc/ks-vob.md @@ -71,5 +71,5 @@ $ ks-vob ### Back to README.md -* [Go back](../README.md) +* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md)