Skip to content

Commit 83291b9

Browse files
authored
Convert some external urls to https (#468)
* Convert some external urls to https
1 parent f6d2d06 commit 83291b9

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
- logback-classic update to version 1.2.9
1010
- http://mailman.qos.ch/pipermail/announce/2021/000164.html
1111
- https://jira.qos.ch/browse/LOGBACK-1591
12+
- `nflow-explorer`
13+
- Make some external urls https instead of http
1214

1315
## 7.3.1 (2021-09-15)
1416

nflow-explorer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ User Interface for [nFlow](https://github.com/NitorCreations/nflow).
1111

1212
## Demo
1313

14-
http://bank.nflow.io/nflow/ui/explorer/
14+
https://bank.nflow.io/nflow/ui/explorer/
1515

1616
## Quick Start
1717

@@ -61,7 +61,7 @@ nflow-explorer/
6161
- `dist/` - release is built into this directory.
6262
- `src/` - our application sources. [Read more »](src/README.md)
6363
- `test/` - test sources and configuration. [Read more »](test/README.md)
64-
- `bower_components/` - third-party libraries. [Bower](http://bower.io) will install packages here. Anything added to this directory will need to be manually
64+
- `bower_components/` - third-party libraries. [Bower](https://bower.io) will install packages here. Anything added to this directory will need to be manually
6565
added to `src/index.html` and `test/karma.conf.js` to be picked up by the build system.
6666
- `.bowerrc` - the Bower configuration file. This tells Bower to install components into the `bower_components/` directory.
6767
- `bower.json` - this is our project configuration for Bower and it contains the list of Bower dependencies we need.

nflow-explorer/src/app/about/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<section class="wd-about">
22
<h2>nFlow Explorer</h2>
3-
<p>See <a href="http://nflow.io/">nflow.io</a> for more details about nFlow.</p>
3+
<p>See <a href="https://nflow.io/">nflow.io</a> for more details about nFlow.</p>
44
<p>For support, please send a message to nFlow <a href="https://groups.google.com/forum/#!forum/nflow-users">mailing list</a>.</p>
55

66
<h3>Settings</h3>

nflow-explorer/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<!(endif)-->
2727

2828
<!--[if lt IE 7]>
29-
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
29+
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
3030
<![endif]-->
3131

3232
<layout></layout>

nflow-explorer/src/styles/main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $color-red: #d11;
3333
font-family: 'Open Sans';
3434
font-style: normal;
3535
font-weight: 400;
36-
src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/u-WUoqrET9fUeobQW7jkRZBw1xU1rKptJj_0jans920.woff2) format('woff2');
36+
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/u-WUoqrET9fUeobQW7jkRZBw1xU1rKptJj_0jans920.woff2) format('woff2');
3737
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
3838
}
3939

@@ -42,7 +42,7 @@ $color-red: #d11;
4242
font-family: 'Open Sans';
4343
font-style: normal;
4444
font-weight: 400;
45-
src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
45+
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
4646
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
4747
}
4848

nflow-server-common/src/main/resources/nflow-ui-assets/doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<body class="swagger-section">
8989
<div id='header'>
9090
<div class="swagger-ui-wrap">
91-
<a id="logo" href="http://nflow.io/"><img class="logo__img" alt="nFlow logo" height="30" width="30" src="images/nflow-logo-no-borders.png" /><span class="logo__title">nFlow</span></a>
91+
<a id="logo" href="https://nflow.io/"><img class="logo__img" alt="nFlow logo" height="30" width="30" src="images/nflow-logo-no-borders.png" /><span class="logo__title">nFlow</span></a>
9292
<form id='api_selector'>
9393
<div class='input'><input placeholder="http://example.com/api" id="input_baseUrl" name="baseUrl" type="text"/></div>
9494
<div id='auth_container'></div>

0 commit comments

Comments
 (0)