Skip to content

Commit faa712f

Browse files
authored
http -> https for hyperlinks (#72)
- Use https when the target website currently use (redirected to) https - The.Bigger.Framework.org is fictitious so it can be either http or https - The label for "CodeMeta Generator repository" can be either "CodeMeta Generator repository" or "codemeta-generator repository"
1 parent a62dd53 commit faa712f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h1>CodeMeta Generator v3.0</h1>
138138

139139
<br />
140140
<span class="field-description" id="identifier_descr">
141-
such as ISBNs, GTIN codes, UUIDs, etc. see <a href="http://schema.org/identifier">http://schema.org/identifier</a>
141+
such as ISBNs, GTIN codes, UUIDs, etc. see <a href="https://schema.org/identifier">https://schema.org/identifier</a>
142142
</span>
143143
</p>
144144
<!-- TODO:define better
@@ -343,7 +343,7 @@ <h1>CodeMeta Generator v3.0</h1>
343343

344344
<br />
345345
<span class="field-description" id="developmentStatuses_descr">
346-
see <a href="http://www.repostatus.org">www.repostatus.org</a> for details
346+
see <a href="https://www.repostatus.org">www.repostatus.org</a> for details
347347
</span>
348348
</p>
349349

@@ -356,7 +356,7 @@ <h1>CodeMeta Generator v3.0</h1>
356356
<p title="Part of">
357357
<label for="isPartOf">Is part of</label>
358358
<input type="URL" name="isPartOf" id="isPartOf"
359-
placeholder="http://The.Bigger.Framework.org" />
359+
placeholder="https://The.Bigger.Framework.org" />
360360
</p>
361361
</fieldset>
362362

@@ -415,7 +415,7 @@ <h1>CodeMeta Generator v3.0</h1>
415415
Do you want to improve this tool ?
416416
Check out the
417417
<a href="https://github.com/codemeta/codemeta-generator">
418-
CodeMeta-generator repository</a>
418+
CodeMeta Generator repository</a>
419419
<br />
420420
Join the
421421
<a href="https://github.com/codemeta/codemeta">CodeMeta community</a>

0 commit comments

Comments
 (0)