Skip to content

Commit

Permalink
Update HTTP links to HTTPS. (common-voice#1082)
Browse files Browse the repository at this point in the history
* Updated HTTP to HTTPS link

I forgot to add HTTPS to one of the links.

* Updated HTTP to HTTPS links.

I forgot to add HTTPS to one of the links.

* Updated HTTP to HTTPS link.

I forgot to add HTTPS to one of the links.
  • Loading branch information
missuniverse authored and mikehenrty committed Jun 12, 2018
1 parent 2a0d2ed commit cfa5fc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# directive in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# https://developer.android.com/guide/developing/tools/proguard.html

# Add any project specific keep options here:

Expand Down
2 changes: 1 addition & 1 deletion server/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const OUTPUT_PATH = path.resolve(__dirname, 'js');
* from node_modules into our output file (since we have access to node_modules
* at runtime), so this inserts runtime 'require()' calls using modules.
*
* See http://jlongster.com/Backend-Apps-with-Webpack--Part-I
* See https://jlongster.com/Backend-Apps-with-Webpack--Part-I
*/
const nodeModules = {};
fs
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/pages/data/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const datasets = [
name: 'LibriSpeech',
nick: 'librispeech',
size: 57.2,
url: 'http://www.openslr.org/12',
url: 'https://www.openslr.org/12',
download: [],
license: {
name: 'CC-BY-4.0',
Expand Down

0 comments on commit cfa5fc5

Please sign in to comment.