File tree Expand file tree Collapse file tree 7 files changed +10
-27
lines changed
test/manual-test/webengine
web-extension/extension/src Expand file tree Collapse file tree 7 files changed +10
-27
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ It aims to work with latest versions of Mozilla Firefox (powered by *WebExtensio
59
59
60
60
</details >
61
61
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.
63
63
64
64
65
65
## Installation
66
66
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.
68
68
69
69
Rem: * Native-Client* is an alternative to * ArrowDL* . Click [ here] ( NativeClient.md " NativeClient.md ") for more information.
70
70
@@ -75,7 +75,7 @@ choco install arrowdl
75
75
76
76
## Usage
77
77
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.
79
79
80
80
## Under the hood
81
81
Original file line number Diff line number Diff line change 29
29
!define PRODUCT_VERSION ${VERSION}
30
30
!define PRODUCT_GROUP " Sebastien Vavassori"
31
31
!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/"
33
33
34
34
; Adds info to the installer
35
35
VIProductVersion " ${PRODUCT_VERSION}.000"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const QString STR_APPLICATION_VERSION{APP_VERSION};
38
38
const QString STR_APPLICATION_DATE{" 2020" };
39
39
const QString STR_APPLICATION_AUTHOR{" Sébastien Vavassori" };
40
40
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/ " };
42
42
43
43
const QString STR_GITHUB_OWNER{" setvisible" };
44
44
const QString STR_GITHUB_REPO{" ArrowDL" };
Original file line number Diff line number Diff line change 1
- 4.0.2
1
+ 4.0.3
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ <h1 id="install" class="install-instructions-h1" style="padding-top: 10px !impor
54
54
< span id ="install-message "> Go to link below to install the application for your operating system.</ span >
55
55
</ p >
56
56
< 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 >
58
58
</ p >
59
59
</ div >
60
60
</ div >
Original file line number Diff line number Diff line change 18
18
"browser_specific_settings" : {
19
19
"gecko" : {
20
20
21
- "strict_min_version" : " 57 .0"
21
+ "strict_min_version" : " 58 .0"
22
22
}
23
23
},
24
24
"default_locale" : " en" ,
You can’t perform that action at this time.
0 commit comments