Skip to content

Commit bf200f9

Browse files
committed
Merge branch 'develop'
2 parents b4e255c + 44496b4 commit bf200f9

File tree

7 files changed

+10
-27
lines changed

7 files changed

+10
-27
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ It aims to work with latest versions of Mozilla Firefox (powered by *WebExtensio
5959

6060
</details>
6161

62-
More screenshots on the [Gallery](https://www.arrow-dl.com/ArrowDL/category/screenshots.html "Go to Screenshots page") page.
62+
More screenshots on the [Gallery](https://www.arrow-dl.com/screenshots/ "Go to Screenshots page") page.
6363

6464

6565
## Installation
6666

67-
Go to [Download](https://www.arrow-dl.com/ArrowDL/category/download.html) page to install the application for your operating system.
67+
Go to [Download](https://www.arrow-dl.com/download/) page to install the application for your operating system.
6868

6969
Rem: *Native-Client* is an alternative to *ArrowDL*. Click [here](NativeClient.md "NativeClient.md") for more information.
7070

@@ -75,7 +75,7 @@ choco install arrowdl
7575

7676
## Usage
7777

78-
Go to [Tutorial](https://www.arrow-dl.com/ArrowDL/category/tutorial.html) page.
78+
Go to [Tutorial](https://www.arrow-dl.com/tutorial/) page.
7979

8080
## Under the hood
8181

installer/windows/NSIS/setup.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
!define PRODUCT_VERSION ${VERSION}
3030
!define PRODUCT_GROUP "Sebastien Vavassori"
3131
!define PRODUCT_PUBLISHER "Sebastien Vavassori"
32-
!define PRODUCT_WEB_SITE "https://www.arrow-dl.com/ArrowDL"
32+
!define PRODUCT_WEB_SITE "https://www.arrow-dl.com/"
3333

3434
; Adds info to the installer
3535
VIProductVersion "${PRODUCT_VERSION}.000"

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const QString STR_APPLICATION_VERSION{APP_VERSION};
3838
const QString STR_APPLICATION_DATE{"2020"};
3939
const QString STR_APPLICATION_AUTHOR{"Sébastien Vavassori"};
4040
const QString STR_APPLICATION_WEBSITE{"https://github.com/setvisible/ArrowDL"};
41-
const QString STR_TUTORIAL_WEBSITE{"https://www.arrow-dl.com/ArrowDL/category/tutorial.html"};
41+
const QString STR_TUTORIAL_WEBSITE{"https://www.arrow-dl.com/tutorial/"};
4242

4343
const QString STR_GITHUB_OWNER{"setvisible"};
4444
const QString STR_GITHUB_REPO{"ArrowDL"};

test/manual-test/webengine/jquery.min.js

Lines changed: 2 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2
1+
4.0.3

web-extension/extension/src/base/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h1 id="install" class="install-instructions-h1" style="padding-top: 10px !impor
5454
<span id="install-message">Go to link below to install the application for your operating system.</span>
5555
</p>
5656
<p>
57-
<span><a id="install-message-link" href="https://www.arrow-dl.com/ArrowDL/category/download.html">Visit ArrowDL website</a></span>
57+
<span><a id="install-message-link" target="_blank" href="https://www.arrow-dl.com/download/">Visit ArrowDL website</a></span>
5858
</p>
5959
</div>
6060
</div>

web-extension/extension/src/firefox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"browser_specific_settings": {
1919
"gecko": {
2020
21-
"strict_min_version": "57.0"
21+
"strict_min_version": "58.0"
2222
}
2323
},
2424
"default_locale": "en",

0 commit comments

Comments
 (0)