Skip to content

Commit 5bdbc70

Browse files
committed
spin all links/refs as https
1 parent 7fd2e0b commit 5bdbc70

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/overview/Index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ The schema definition can be directly viewed [here](https://github.com/RoelantVo
1010

1111
* A simple Class Library (DLL) that has implemented the schema structure, as well as a validation function to test JSON files / messages against the schema
1212
* Starter documentation.
13-
* A sample implementation that generates code using [Handlebars.Net](http://roelantvos.com/blog/using-handlebars-to-generate-data-vault-hub-load-processes/). The example that uses the Handlebars generates code using a sample JSON file that conforms to the interface schema.
13+
* A sample implementation that generates code using [Handlebars.Net](https://roelantvos.com/blog/using-handlebars-to-generate-data-vault-hub-load-processes/). The example that uses the Handlebars generates code using a sample JSON file that conforms to the interface schema.
1414
* A simple regression test application that demonstrates different usages of the schema.
1515

16-
The schema is and examples are validated / extended using [https://www.jsonschemavalidator.net/](https://www.jsonschemavalidator.net/). Standards are followed from [json-schema.org](http://json-schema.org/). Also see [some miscellaneous examples](http://json-schema.org/learn/miscellaneous-examples.html).
16+
The schema is and examples are validated / extended using [https://www.jsonschemavalidator.net/](https://www.jsonschemavalidator.net/). Standards are followed from [json-schema.org](https://json-schema.org/). Also see [some miscellaneous examples](https://json-schema.org/learn/miscellaneous-examples.html).
1717

1818
In principle, the schema can be used to generate an entire Data Warehouse, Data Lake and equivalent and/or similar.
1919

@@ -38,7 +38,7 @@ At a high level there are two elements that form the core of a Data Object Mappi
3838
* Data Object, which defines the source and target of the Data Object Mapping. A Data Object can optionally have a connection defined as a string or token, and can be a query, file or table.
3939
* Data Item, which belong to a Data Object and represents an individual column or calculation (query) in a Data Object Mapping.
4040

41-
![img](http://roelantvos.com/blog/wp-content/uploads/2020/01/DataObject-3-1024x466.png)
41+
![img](https://roelantvos.com/blog/wp-content/uploads/2020/01/DataObject-3-1024x466.png)
4242

4343
## Mapping metadata
4444

@@ -56,7 +56,7 @@ It is possible to add a specific class to a Data Object Mapping: the Business Ke
5656

5757
By combining this, the Data Object Mapping looks as follows at a high level:
5858

59-
![img](http://roelantvos.com/blog/wp-content/uploads/2020/01/DataObjectMapping-1024x453.png)
59+
![img](https://roelantvos.com/blog/wp-content/uploads/2020/01/DataObjectMapping-1024x453.png)
6060

6161
## Mapping collections
6262

docs/overview/getting-started.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ Console.Write($"The result for {jsonFile} was {testOutput}.");
6666

6767
## Further reading
6868

69-
* [http://roelantvos.com/blog/fun-with-code-generation-patterns-extensions/](http://roelantvos.com/blog/fun-with-code-generation-patterns-extensions/)
70-
* [http://roelantvos.com/blog/major-improvements-to-the-data-warehouse-automation-schema-definition/](http://roelantvos.com/blog/major-improvements-to-the-data-warehouse-automation-schema-definition/)
71-
* [http://roelantvos.com/blog/interface-for-data-warehouse-automation/](http://roelantvos.com/blog/interface-for-data-warehouse-automation/)
72-
* [http://roelantvos.com/blog/a-collaboration-for-a-common-metadata-model/](http://roelantvos.com/blog/a-collaboration-for-a-common-metadata-model/)
73-
* [http://roelantvos.com/blog/updates-on-the-generic-interface-for-data-warehouse-automation-metadata/](http://roelantvos.com/blog/updates-on-the-generic-interface-for-data-warehouse-automation-metadata/)
74-
* [http://roelantvos.com/blog/improvements-on-dwh-automation-interface-v1-1/](http://roelantvos.com/blog/improvements-on-dwh-automation-interface-v1-1/)
75-
* [http://roelantvos.com/blog/interface-for-data-warehouse-automation-metadata-released/](http://roelantvos.com/blog/interface-for-data-warehouse-automation-metadata-released/)
76-
* [http://roelantvos.com/blog/fun-with-code-generation-patterns-multiple-sources/](http://roelantvos.com/blog/fun-with-code-generation-patterns-multiple-sources/)
77-
* [http://roelantvos.com/blog/fun-with-code-generation-patterns-transformations/](http://roelantvos.com/blog/fun-with-code-generation-patterns-transformations/)
78-
* [http://roelantvos.com/blog/fun-with-code-generation-patterns-extensions/](http://roelantvos.com/blog/fun-with-code-generation-patterns-extensions/)
69+
* [https://roelantvos.com/blog/fun-with-code-generation-patterns-extensions/](https://roelantvos.com/blog/fun-with-code-generation-patterns-extensions/)
70+
* [https://roelantvos.com/blog/major-improvements-to-the-data-warehouse-automation-schema-definition/](https://roelantvos.com/blog/major-improvements-to-the-data-warehouse-automation-schema-definition/)
71+
* [https://roelantvos.com/blog/interface-for-data-warehouse-automation/](https://roelantvos.com/blog/interface-for-data-warehouse-automation/)
72+
* [https://roelantvos.com/blog/a-collaboration-for-a-common-metadata-model/](https://roelantvos.com/blog/a-collaboration-for-a-common-metadata-model/)
73+
* [https://roelantvos.com/blog/updates-on-the-generic-interface-for-data-warehouse-automation-metadata/](https://roelantvos.com/blog/updates-on-the-generic-interface-for-data-warehouse-automation-metadata/)
74+
* [https://roelantvos.com/blog/improvements-on-dwh-automation-interface-v1-1/](https://roelantvos.com/blog/improvements-on-dwh-automation-interface-v1-1/)
75+
* [https://roelantvos.com/blog/interface-for-data-warehouse-automation-metadata-released/](https://roelantvos.com/blog/interface-for-data-warehouse-automation-metadata-released/)
76+
* [https://roelantvos.com/blog/fun-with-code-generation-patterns-multiple-sources/](https://roelantvos.com/blog/fun-with-code-generation-patterns-multiple-sources/)
77+
* [https://roelantvos.com/blog/fun-with-code-generation-patterns-transformations/](https://roelantvos.com/blog/fun-with-code-generation-patterns-transformations/)
78+
* [https://roelantvos.com/blog/fun-with-code-generation-patterns-extensions/](https://roelantvos.com/blog/fun-with-code-generation-patterns-extensions/)

0 commit comments

Comments
 (0)