Skip to content

Commit 94a7af2

Browse files
authored
Switch docs to https site (#18)
1 parent 2f5c919 commit 94a7af2

File tree

27 files changed

+64
-64
lines changed

27 files changed

+64
-64
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![xtypejs Logo](http://xtype.js.org/site/assets/img/xtypejs-logo.png)](http://xtype.js.org/) <a href="https://travis-ci.org/lucono/xtypejs"><img align="right" src="https://travis-ci.org/lucono/xtypejs.svg?branch=master"></a>
1+
[![xtypejs Logo](https://xtype.js.org/site/assets/img/xtypejs-logo.png)](https://xtype.js.org/) <a href="https://travis-ci.org/lucono/xtypejs"><img align="right" src="https://travis-ci.org/lucono/xtypejs.svg?branch=master"></a>
22
## Elegant, highly efficient data validation for JavaScript
33

44
---
@@ -9,7 +9,7 @@
99
- Improves application efficiency and readability by unifying the most basic but common data and type validations in JavaScript apps, into single, concise, highly optimized operations.
1010
- Employs bitwise operations, data pre-processing, and memory-efficient memoization for fast, robust performance in small and large apps and libraries.
1111
- Ready for nodejs, requirejs, and regular script tag.
12-
- Website &ndash; **[xtype.js.org](http://xtype.js.org)**
12+
- Website &ndash; **[xtype.js.org](https://xtype.js.org)**
1313

1414
### Go from this:
1515

@@ -97,13 +97,13 @@ function searchEmployees(value) {
9797

9898
#### Links
9999

100-
- [Website](http://xtype.js.org)
101-
- [Examples And Guide](http://xtype.js.org/?doc=guide)
102-
- [API Docs](http://xtype.js.org/?doc=api)
100+
- [Website](https://xtype.js.org)
101+
- [Examples And Guide](https://xtype.js.org/?doc=guide)
102+
- [API Docs](https://xtype.js.org/?doc=api)
103103

104104
#### Installation
105105

106-
See [here](http://xtype.js.org/?doc=getit).
106+
See [here](https://xtype.js.org/?doc=getit).
107107

108108
#### Dependencies
109109

@@ -124,4 +124,4 @@ MIT license.
124124

125125
Visit the website for usage guide, examples, API docs, and installation.
126126

127-
**[xtype.js.org](http://xtype.js.org/)**
127+
**[xtype.js.org](https://xtype.js.org/)**

project/extensions/xtypejs-extension-autocamel-name-scheme/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ xtype.which('g', 'appFlag') === 'appFlag'; // 'app_flag' type uses camel name
8282

8383
For other related documentation for working with name schemes, also see:
8484

85-
* [Switching back to the default name scheme](http://xtype.js.org/guide/switching_back_to_default_name_scheme)
86-
* [setNameScheme method](http://xtype.js.org/api/setNameScheme)
85+
* [Switching back to the default name scheme](https://xtype.js.org/guide/switching_back_to_default_name_scheme)
86+
* [setNameScheme method](https://xtype.js.org/api/setNameScheme)
8787

8888
### Preventing name collisions
8989

project/extensions/xtypejs-extension-autocamel-name-scheme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"name": "Lucas Ononiwu"
1616
},
1717
"license": "MIT",
18-
"homepage": "http://xtype.js.org",
18+
"homepage": "https://xtype.js.org",
1919
"repository": {
2020
"type": "git",
2121
"url": "https://github.com/lucono/xtypejs.git"

project/extensions/xtypejs-extension-autocamel-name-scheme/test/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222

2323
<body>
2424
<div class="top-section">
25-
<a href="http://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
25+
<a href="https://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
2626
<div class="project-address">
27-
<a href="http://xtype.js.org">xtype.js.org</a>
27+
<a href="https://xtype.js.org">xtype.js.org</a>
2828
<div class="description">xtypejs Extension: xtypejs-extension-autocamel-name-scheme</div>
2929
</div>
3030
</div>

project/extensions/xtypejs-extension-custom-types/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If the extension script needs to be included before the xtypejs script, or the `
5555

5656
### Usage
5757

58-
For usage details, see the xtypejs `registerType` API method *[documentation](http://xtype.js.org/api/registerType)*.
58+
For usage details, see the xtypejs `registerType` API method *[documentation](https://xtype.js.org/api/registerType)*.
5959

6060
### Preventing name collisions
6161

project/extensions/xtypejs-extension-custom-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"name": "Lucas Ononiwu"
1616
},
1717
"license": "MIT",
18-
"homepage": "http://xtype.js.org",
18+
"homepage": "https://xtype.js.org",
1919
"repository": {
2020
"type": "git",
2121
"url": "https://github.com/lucono/xtypejs.git"

project/extensions/xtypejs-extension-custom-types/test/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
<body>
2323
<div class="top-section">
24-
<a href="http://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
24+
<a href="https://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
2525
<div class="project-address">
26-
<a href="http://xtype.js.org">xtype.js.org</a>
26+
<a href="https://xtype.js.org">xtype.js.org</a>
2727
<div class="description">xtypejs Extension: xtypejs-extension-custom-types</div>
2828
</div>
2929
</div>

project/extensions/xtypejs-extension-typename-utils/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ If the extension script needs to be included before the xtypejs script, or the `
6464

6565
For usage, see:
6666

67-
* `xtype.util.nameToId` - *[doc](http://xtype.js.org/api/nameToId)*
68-
* `xtype.util.idToName` - *[doc](http://xtype.js.org/api/idToName)*
69-
* `xtype.util.typeNames` - *[doc](http://xtype.js.org/api/typeNames)*
70-
* `xtype.util.typeIds` - *[doc](http://xtype.js.org/api/typeIds)*
67+
* `xtype.util.nameToId` - *[doc](https://xtype.js.org/api/nameToId)*
68+
* `xtype.util.idToName` - *[doc](https://xtype.js.org/api/idToName)*
69+
* `xtype.util.typeNames` - *[doc](https://xtype.js.org/api/typeNames)*
70+
* `xtype.util.typeIds` - *[doc](https://xtype.js.org/api/typeIds)*
7171

7272
### Preventing name collisions
7373

project/extensions/xtypejs-extension-typename-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"name": "Lucas Ononiwu"
1616
},
1717
"license": "MIT",
18-
"homepage": "http://xtype.js.org",
18+
"homepage": "https://xtype.js.org",
1919
"repository": {
2020
"type": "git",
2121
"url": "https://github.com/lucono/xtypejs.git"

project/extensions/xtypejs-extension-typename-utils/test/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
<body>
2323
<div class="top-section">
24-
<a href="http://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
24+
<a href="https://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
2525
<div class="project-address">
26-
<a href="http://xtype.js.org">xtype.js.org</a>
26+
<a href="https://xtype.js.org">xtype.js.org</a>
2727
<div class="description">xtypejs Extension: xtypejs-extension-typename-utils</div>
2828
</div>
2929
</div>

project/name-schemes/xtypejs-name-scheme-camel/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ xtype.options.setNameScheme('camel');
4747

4848
For general documentation on using custom name schemes, see:
4949

50-
* [Registering a custom name scheme](http://xtype.js.org/guide/registering_custom_name_scheme)
51-
* [Switching back to the default name scheme](http://xtype.js.org/guide/switching_back_to_default_name_scheme)
52-
* [registerNameScheme method](http://xtype.js.org/api/registerNameScheme)
53-
* [setNameScheme method](http://xtype.js.org/api/setNameScheme)
50+
* [Registering a custom name scheme](https://xtype.js.org/guide/registering_custom_name_scheme)
51+
* [Switching back to the default name scheme](https://xtype.js.org/guide/switching_back_to_default_name_scheme)
52+
* [registerNameScheme method](https://xtype.js.org/api/registerNameScheme)
53+
* [setNameScheme method](https://xtype.js.org/api/setNameScheme)
5454

5555
### Type names in scheme
5656
---

project/name-schemes/xtypejs-name-scheme-camel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"name": "Lucas Ononiwu"
1616
},
1717
"license": "MIT",
18-
"homepage": "http://xtype.js.org",
18+
"homepage": "https://xtype.js.org",
1919
"repository": {
2020
"type": "git",
2121
"url": "https://github.com/lucono/xtypejs.git"

project/name-schemes/xtypejs-name-scheme-camel/test/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
<body>
2323
<div class="top-section">
24-
<a href="http://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
24+
<a href="https://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
2525
<div class="project-address">
26-
<a href="http://xtype.js.org">xtype.js.org</a>
26+
<a href="https://xtype.js.org">xtype.js.org</a>
2727
<div class="description">xtypejs Name Scheme: camel</div>
2828
</div>
2929
</div>

project/name-schemes/xtypejs-name-scheme-compact/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ xtype.options.setNameScheme('compact');
4747

4848
For general documentation on using custom name schemes, see:
4949

50-
* [Registering a custom name scheme](http://xtype.js.org/guide/registering_custom_name_scheme)
51-
* [Switching back to the default name scheme](http://xtype.js.org/guide/switching_back_to_default_name_scheme)
52-
* [registerNameScheme method](http://xtype.js.org/api/registerNameScheme)
53-
* [setNameScheme method](http://xtype.js.org/api/setNameScheme)
50+
* [Registering a custom name scheme](https://xtype.js.org/guide/registering_custom_name_scheme)
51+
* [Switching back to the default name scheme](https://xtype.js.org/guide/switching_back_to_default_name_scheme)
52+
* [registerNameScheme method](https://xtype.js.org/api/registerNameScheme)
53+
* [setNameScheme method](https://xtype.js.org/api/setNameScheme)
5454

5555
### Type names in scheme
5656
---

project/name-schemes/xtypejs-name-scheme-compact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"name": "Lucas Ononiwu"
1616
},
1717
"license": "MIT",
18-
"homepage": "http://xtype.js.org",
18+
"homepage": "https://xtype.js.org",
1919
"repository": {
2020
"type": "git",
2121
"url": "https://github.com/lucono/xtypejs.git"

project/name-schemes/xtypejs-name-scheme-compact/test/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
<body>
2323
<div class="top-section">
24-
<a href="http://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
24+
<a href="https://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
2525
<div class="project-address">
26-
<a href="http://xtype.js.org">xtype.js.org</a>
26+
<a href="https://xtype.js.org">xtype.js.org</a>
2727
<div class="description">xtypejs Name Scheme: compact</div>
2828
</div>
2929
</div>

project/name-schemes/xtypejs-name-scheme-shortened-camel/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ xtype.options.setNameScheme('shortened-camel');
4747

4848
For general documentation on using custom name schemes, see:
4949

50-
* [Registering a custom name scheme](http://xtype.js.org/guide/registering_custom_name_scheme)
51-
* [Switching back to the default name scheme](http://xtype.js.org/guide/switching_back_to_default_name_scheme)
52-
* [registerNameScheme method](http://xtype.js.org/api/registerNameScheme)
53-
* [setNameScheme method](http://xtype.js.org/api/setNameScheme)
50+
* [Registering a custom name scheme](https://xtype.js.org/guide/registering_custom_name_scheme)
51+
* [Switching back to the default name scheme](https://xtype.js.org/guide/switching_back_to_default_name_scheme)
52+
* [registerNameScheme method](https://xtype.js.org/api/registerNameScheme)
53+
* [setNameScheme method](https://xtype.js.org/api/setNameScheme)
5454

5555
### Type names in scheme
5656
---

project/name-schemes/xtypejs-name-scheme-shortened-camel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"name": "Lucas Ononiwu"
1616
},
1717
"license": "MIT",
18-
"homepage": "http://xtype.js.org",
18+
"homepage": "https://xtype.js.org",
1919
"repository": {
2020
"type": "git",
2121
"url": "https://github.com/lucono/xtypejs.git"

project/name-schemes/xtypejs-name-scheme-shortened-camel/test/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
<body>
2323
<div class="top-section">
24-
<a href="http://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
24+
<a href="https://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
2525
<div class="project-address">
26-
<a href="http://xtype.js.org">xtype.js.org</a>
26+
<a href="https://xtype.js.org">xtype.js.org</a>
2727
<div class="description">xtypejs Name Scheme: shortened-camel</div>
2828
</div>
2929
</div>

project/name-schemes/xtypejs-name-scheme-shortened/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ xtype.options.setNameScheme('shortened');
4747

4848
For general documentation on using custom name schemes, see:
4949

50-
* [Registering a custom name scheme](http://xtype.js.org/guide/registering_custom_name_scheme)
51-
* [Switching back to the default name scheme](http://xtype.js.org/guide/switching_back_to_default_name_scheme)
52-
* [registerNameScheme method](http://xtype.js.org/api/registerNameScheme)
53-
* [setNameScheme method](http://xtype.js.org/api/setNameScheme)
50+
* [Registering a custom name scheme](https://xtype.js.org/guide/registering_custom_name_scheme)
51+
* [Switching back to the default name scheme](https://xtype.js.org/guide/switching_back_to_default_name_scheme)
52+
* [registerNameScheme method](https://xtype.js.org/api/registerNameScheme)
53+
* [setNameScheme method](https://xtype.js.org/api/setNameScheme)
5454

5555
### Type names in scheme
5656
---

project/name-schemes/xtypejs-name-scheme-shortened/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"name": "Lucas Ononiwu"
1616
},
1717
"license": "MIT",
18-
"homepage": "http://xtype.js.org",
18+
"homepage": "https://xtype.js.org",
1919
"repository": {
2020
"type": "git",
2121
"url": "https://github.com/lucono/xtypejs.git"

project/name-schemes/xtypejs-name-scheme-shortened/test/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
<body>
2323
<div class="top-section">
24-
<a href="http://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
24+
<a href="https://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
2525
<div class="project-address">
26-
<a href="http://xtype.js.org">xtype.js.org</a>
26+
<a href="https://xtype.js.org">xtype.js.org</a>
2727
<div class="description">xtypejs Name Scheme: shortened</div>
2828
</div>
2929
</div>

project/xtypejs/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![xtypejs Logo](http://xtype.js.org/site/assets/img/xtypejs-logo.png)](http://xtype.js.org/) <a href="https://travis-ci.org/lucono/xtypejs"><img align="right" src="https://travis-ci.org/lucono/xtypejs.svg?branch=master"></a>
1+
[![xtypejs Logo](https://xtype.js.org/site/assets/img/xtypejs-logo.png)](https://xtype.js.org/) <a href="https://travis-ci.org/lucono/xtypejs"><img align="right" src="https://travis-ci.org/lucono/xtypejs.svg?branch=master"></a>
22
## Elegant, highly efficient data validation for JavaScript
33

44
---
@@ -9,7 +9,7 @@
99
- Improves application efficiency and readability by unifying the most basic but common data and type validations in JavaScript apps, into single, concise, highly optimized operations.
1010
- Employs bitwise operations, data pre-processing, and memory-efficient memoization for fast, robust performance in small and large apps and libraries.
1111
- Ready for nodejs, requirejs, and regular script tag.
12-
- Website &ndash; **[xtype.js.org](http://xtype.js.org)**
12+
- Website &ndash; **[xtype.js.org](https://xtype.js.org)**
1313

1414
### Go from this:
1515

@@ -97,13 +97,13 @@ function searchEmployees(value) {
9797

9898
#### Links
9999

100-
- [Website](http://xtype.js.org)
101-
- [Examples And Guide](http://xtype.js.org/?doc=guide)
102-
- [API Docs](http://xtype.js.org/?doc=api)
100+
- [Website](https://xtype.js.org)
101+
- [Examples And Guide](https://xtype.js.org/?doc=guide)
102+
- [API Docs](https://xtype.js.org/?doc=api)
103103

104104
#### Installation
105105

106-
See [here](http://xtype.js.org/?doc=getit).
106+
See [here](https://xtype.js.org/?doc=getit).
107107

108108
#### Dependencies
109109

@@ -124,4 +124,4 @@ MIT license.
124124

125125
Visit the website for usage guide, examples, API docs, and installation.
126126

127-
**[xtype.js.org](http://xtype.js.org/)**
127+
**[xtype.js.org](https://xtype.js.org/)**

project/xtypejs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"name": "Lucas Ononiwu"
1616
},
1717
"license": "MIT",
18-
"homepage": "http://xtype.js.org",
18+
"homepage": "https://xtype.js.org",
1919
"repository": {
2020
"type": "git",
2121
"url": "https://github.com/lucono/xtypejs.git"

project/xtypejs/test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ HTML reports are generated under the `build` directory for the js linting result
4141

4242
Visit the website for usage guide, examples, API documentation, and download.
4343

44-
#### **[xtype.js.org](http://xtype.js.org/)**
44+
#### **[xtype.js.org](https://xtype.js.org/)**

project/xtypejs/test/spec-dev.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
<body>
2222
<div class="top-section">
23-
<a href="http://xtype.js.org"><img id="logo" src="../../../shared/assets/img/xtypejs-logo.png"></a>
23+
<a href="https://xtype.js.org"><img id="logo" src="../../../shared/assets/img/xtypejs-logo.png"></a>
2424
<div class="project-address">
25-
<a href="http://xtype.js.org">xtype.js.org</a>
25+
<a href="https://xtype.js.org">xtype.js.org</a>
2626
<div class="description">Elegant, highly efficient data validation for JavaScript.</div>
2727
</div>
2828
</div>

project/xtypejs/test/spec-dist.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
<body>
2222
<div class="top-section">
23-
<a href="http://xtype.js.org"><img id="logo" src="../../../shared/assets/img/xtypejs-logo.png"></a>
23+
<a href="https://xtype.js.org"><img id="logo" src="../../../shared/assets/img/xtypejs-logo.png"></a>
2424
<div class="project-address">
25-
<a href="http://xtype.js.org">xtype.js.org</a>
25+
<a href="https://xtype.js.org">xtype.js.org</a>
2626
<div class="description">Elegant, highly efficient data validation for JavaScript Apps.</div>
2727
</div>
2828
</div>

0 commit comments

Comments
 (0)