Skip to content

Commit ac94b27

Browse files
committed
Change URLs to HTTPS
1 parent 031b38f commit ac94b27

7 files changed

+7
-7
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.
2626

2727
### Running end-to-end tests
2828

29-
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
29+
Run `ng e2e` to execute the end-to-end tests via [Protractor](https://www.protractortest.org/).
3030

3131
### Further help
3232

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</p>
99

1010
<p align="center">
11-
<a href="http://items.projectceleste.com">
11+
<a href="https://items.projectceleste.com">
1212
<img alt="Latest" src="https://flat.badgen.net/badge/App/Latest?icon=chrome&color=fb3">
1313
</a>
1414
<a href="https://celeste-search.netlify.com">

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@
117117
"typescript": "^3.2.4",
118118
"yn": "^3.1.0"
119119
},
120-
"$schema": "http://json.schemastore.org/package"
120+
"$schema": "https://json.schemastore.org/package"
121121
}

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<meta property="og:site_name" content="Project Celeste - Search" />
3737

3838
<!-- Structured Data -->
39-
<script type="application/ld+json">{"@context": "http://schema.org", "@type": "WebSite", "name": "Celeste Search", "alternateName": "Search", "url": "https://celeste-search.netlify.com"}</script>
39+
<script type="application/ld+json">{"@context": "https://schema.org", "@type": "WebSite", "name": "Celeste Search", "alternateName": "Search", "url": "https://celeste-search.netlify.com"}</script>
4040

4141
<!-- Favicons -->
4242
<link rel="icon" type="image/png" sizes="16x16" href="/assets/meta/app-16.png">

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json.schemastore.org/web-manifest",
2+
"$schema": "https://json.schemastore.org/web-manifest",
33
"name": "Celeste Search",
44
"short_name": "Search",
55
"description": "Find items, advisors, blueprints, designs and consumables – Search by anything",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json.schemastore.org/tsconfig",
2+
"$schema": "https://json.schemastore.org/tsconfig",
33
"compileOnSave": false,
44
"compilerOptions": {
55
"baseUrl": "./",

tslint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json.schemastore.org/tslint",
2+
"$schema": "https://json.schemastore.org/tslint",
33
"extends": [
44
"tslint-angular",
55
"@n4bb12/config-tslint"

0 commit comments

Comments
 (0)