Skip to content

Commit

Permalink
Change all links to the website to use https
Browse files Browse the repository at this point in the history
  • Loading branch information
mstijak committed Feb 7, 2017
1 parent 231c2c3 commit fd1931d
Show file tree
Hide file tree
Showing 27 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
The Cx framework is available under different licensing options depending on the nature of your project.

For more information, please refer to http://cxjs.io.
For more information, please refer to https://cxjs.io.



8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -16,7 +16,7 @@ Cx widgets use React to render and update the DOM.

## Demo Applications

<a href="http://cxjs.io/starter">
<a href="https://cxjs.io/starter">
<img src="https://github.com/codaxy/cx/blob/master/misc/screenshots/starter/analytics.png" alt="Cx Starter Kit" height="200px" />
</a>
<a href="https://codaxy.github.io/state-of-js-2016-explorer/">
Expand All @@ -29,9 +29,9 @@ Cx widgets use React to render and update the DOM.

### Getting Started

- [Documentation](http://cxjs.io/docs)
- [Themes](http://cxjs.io/themes)
- [Fiddle](http://cxjs.io/fiddle)
- [Documentation](https://cxjs.io/docs)
- [Themes](https://cxjs.io/themes)
- [Fiddle](https://cxjs.io/fiddle)

### Install & Start

Expand Down
2 changes: 1 addition & 1 deletion docs/app/Layout.js
Expand Up @@ -36,7 +36,7 @@ export const Layout = <cx>

<aside class="dxe-layout-aside">
<header class="dxe-layout-aside-header">
<h1><a href="http://cxjs.io">Cx</a> Docs</h1>
<h1><a href="https://cxjs.io">Cx</a> Docs</h1>
</header>
<div class="dxe-layout-aside-noscroll">
<ContentPlaceholder name="aside"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/components/CodeSnippet.js
Expand Up @@ -25,7 +25,7 @@ export class CodeSnippet extends HtmlElement {
if (this.fiddle) {
fiddleLink = (
<a
href={`http://cxjs.io/fiddle/?f=${this.fiddle}`}
href={`https://cxjs.io/fiddle/?f=${this.fiddle}`}
className={this.CSS.element(this.baseClass, 'link')}
target="_blank"
>
Expand Down
2 changes: 1 addition & 1 deletion docs/content/concepts/Css.js
Expand Up @@ -173,7 +173,7 @@ export const CssPage = <cx>

## Themes

Cx offers a couple of [themes](http://cxjs.io/themes) out of the box.
Cx offers a couple of [themes](https://cxjs.io/themes) out of the box.
In order to use a theme, install its npm package, e.g.

```
Expand Down
2 changes: 1 addition & 1 deletion docs/content/concepts/Router.js
Expand Up @@ -71,7 +71,7 @@ export const Router = <cx>
Url.isLocal('/app/'); //false
Url.resolve('~/page'); // /docs/page
Url.unresolve('/docs/page'); // ~/page
Url.unresolve('http://cxjs.io/docs/page'); // ~/page
Url.unresolve('https://cxjs.io/docs/page'); // ~/page
`}
</CodeSnippet>
</CodeSplit>
Expand Down
14 changes: 7 additions & 7 deletions docs/content/intro/GettingStarted.js
Expand Up @@ -88,13 +88,13 @@ export const GettingStarted = <cx>
There are many examples to play with, and you can also create, save and share your own snippets.
Here are a couple of links worth checking out:

- [BMI Calculator](http://cxjs.io/fiddle/?f=luv00Rpw)
- [Simple Grid](http://cxjs.io/fiddle/?f=XlL9AvMh)
- [Grid Dashboard](http://cxjs.io/fiddle/?f=vwyHzOO1)
- [Pong Game](http://cxjs.io/fiddle/?f=ndK9CuDC)
- [Loan Calculator](http://cxjs.io/fiddle/?f=fYp9BujX)
- [Bullet Chart](http://cxjs.io/fiddle/?f=XTLdQm8r)
- [SVG Box Positioning](http://cxjs.io/fiddle/?f=W1FeJFcm)
- [BMI Calculator](https://cxjs.io/fiddle/?f=luv00Rpw)
- [Simple Grid](https://cxjs.io/fiddle/?f=XlL9AvMh)
- [Grid Dashboard](https://cxjs.io/fiddle/?f=vwyHzOO1)
- [Pong Game](https://cxjs.io/fiddle/?f=ndK9CuDC)
- [Loan Calculator](https://cxjs.io/fiddle/?f=fYp9BujX)
- [Bullet Chart](https://cxjs.io/fiddle/?f=XTLdQm8r)
- [SVG Box Positioning](https://cxjs.io/fiddle/?f=W1FeJFcm)

## Demo Applications

Expand Down
2 changes: 1 addition & 1 deletion docs/content/widgets/Checkboxes.js
Expand Up @@ -61,7 +61,7 @@ export const Checkboxes = <cx>
In rare cases, checkboxes offer a third state called the `indeterminate` state to indicate absence of proper value.
Examples:

* [Checkbox Accordion](http://cxjs.io/fiddle/?f=gckby0gw)
* [Checkbox Accordion](https://cxjs.io/fiddle/?f=gckby0gw)

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"bugs": {
"url": "https://gitlab.com/mstijak/cx/issues"
},
"homepage": "http://cxjs.io",
"homepage": "https://cxjs.io",
"private": true,
"devDependencies": {
"babel-core": "^6.22.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-cx/LICENSE.md
@@ -1,7 +1,7 @@
This package is a part of the Cx framework, which is available under
different licensing options depending on the nature of your project.

For more information, please refer to http://cxjs.io.
For more information, please refer to https://cxjs.io.



2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-cx-imports/LICENSE.md
@@ -1,7 +1,7 @@
This package is a part of the Cx framework, which is available under
different licensing options depending on the nature of your project.

For more information, please refer to http://cxjs.io.
For more information, please refer to https://cxjs.io.



2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-cx-jsx/LICENSE.md
@@ -1,7 +1,7 @@
This package is a part of the Cx framework, which is available under
different licensing options depending on the nature of your project.

For more information, please refer to http://cxjs.io.
For more information, please refer to https://cxjs.io.



2 changes: 1 addition & 1 deletion packages/babel-preset-cx-env/LICENSE.md
@@ -1,7 +1,7 @@
This package is a part of the Cx framework, which is available under
different licensing options depending on the nature of your project.

For more information, please refer to http://cxjs.io.
For more information, please refer to https://cxjs.io.



2 changes: 1 addition & 1 deletion packages/cx-cli/LICENSE.md
@@ -1,7 +1,7 @@
This package is a part of the Cx framework, which is available under
different licensing options depending on the nature of your project.

For more information, please refer to http://cxjs.io.
For more information, please refer to https://cxjs.io.



2 changes: 1 addition & 1 deletion packages/cx-cli/README.md
@@ -1,6 +1,6 @@
# Cx Command Line Interface

This is a command line tool for the [Cx framework](http://cxjs.io/v/master/docs/intro/about).
This is a command line tool for the [Cx framework](https://cxjs.io/v/master/docs/intro/about).
Cx requires tools such as babel and webpack, which are plugin-based and require a
significant amount of work to configure properly.

Expand Down
2 changes: 1 addition & 1 deletion packages/cx-core/LICENSE.md
@@ -1,7 +1,7 @@
This package is a part of the Cx framework, which is available under
different licensing options depending on the nature of your project.

For more information, please refer to http://cxjs.io.
For more information, please refer to https://cxjs.io.



10 changes: 5 additions & 5 deletions packages/cx-core/README.md
Expand Up @@ -16,7 +16,7 @@ Cx widgets use React to render and update the DOM.

## Demo Applications

<a href="http://cxjs.io/starter">
<a href="https://cxjs.io/starter">
<img src="https://github.com/codaxy/cx/blob/master/misc/screenshots/starter/analytics.png" alt="Cx Starter Kit" height="200px" />
</a>
<a href="https://codaxy.github.io/state-of-js-2016-explorer/">
Expand All @@ -28,13 +28,13 @@ Cx widgets use React to render and update the DOM.

### Getting Started

- [Documentation](http://cxjs.io/docs)
- [Themes](http://cxjs.io/themes)
- [Fiddle](http://cxjs.io/fiddle)
- [Documentation](https://cxjs.io/docs)
- [Themes](https://cxjs.io/themes)
- [Fiddle](https://cxjs.io/fiddle)

### Intallation

The easiest way to set up a new Cx project is to use the [Cx Command Line Interface](http://cxjs.io/v/master/docs/intro/command-line).
The easiest way to set up a new Cx project is to use the [Cx Command Line Interface](https://cxjs.io/v/master/docs/intro/command-line).
If you wish to install the cx-core package separately, run the following line from the project folder in your command prompt:

```
Expand Down
4 changes: 2 additions & 2 deletions packages/cx-core/src/ui/app/Url.spec.js
Expand Up @@ -5,8 +5,8 @@ var assert = require('assert');
describe('Url', function() {
describe('.unresolve', function () {
it('preserves query parameters', function () {
Url.absoluteBase = 'http://cxjs.io/docs/';
assert.equal('~/?state=1', Url.unresolve('http://cxjs.io/docs/?state=1'))
Url.absoluteBase = 'https://cxjs.io/docs/';
assert.equal('~/?state=1', Url.unresolve('https://cxjs.io/docs/?state=1'))
});

it('doesn\'t touch unresolved urls', function () {
Expand Down
2 changes: 1 addition & 1 deletion packages/cx-inferno/LICENSE.md
@@ -1,7 +1,7 @@
This package is a part of the Cx framework, which is available under
different licensing options depending on the nature of your project.

For more information, please refer to http://cxjs.io.
For more information, please refer to https://cxjs.io.



2 changes: 1 addition & 1 deletion packages/cx-preact/LICENSE.md
@@ -1,7 +1,7 @@
This package is a part of the Cx framework, which is available under
different licensing options depending on the nature of your project.

For more information, please refer to http://cxjs.io.
For more information, please refer to https://cxjs.io.



2 changes: 1 addition & 1 deletion packages/cx-react-css-transition-group/LICENSE.md
@@ -1,7 +1,7 @@
This package is a part of the Cx framework, which is available under
different licensing options depending on the nature of your project.

For more information, please refer to http://cxjs.io.
For more information, please refer to https://cxjs.io.



2 changes: 1 addition & 1 deletion packages/cx-react/LICENSE.md
@@ -1,7 +1,7 @@
This package is a part of the Cx framework, which is available under
different licensing options depending on the nature of your project.

For more information, please refer to http://cxjs.io.
For more information, please refer to https://cxjs.io.



2 changes: 1 addition & 1 deletion packages/cx-redux/LICENSE.md
@@ -1,7 +1,7 @@
This package is a part of the Cx framework, which is available under
different licensing options depending on the nature of your project.

For more information, please refer to http://cxjs.io.
For more information, please refer to https://cxjs.io.



2 changes: 1 addition & 1 deletion packages/cx-theme-dark/LICENSE.md
@@ -1,7 +1,7 @@
This package is a part of the Cx framework, which is available under
different licensing options depending on the nature of your project.

For more information, please refer to http://cxjs.io.
For more information, please refer to https://cxjs.io.



6 changes: 3 additions & 3 deletions packages/cx-theme-dark/README.md
@@ -1,10 +1,10 @@
# Dark theme

This is a theme package for the [Cx framework](http://cxjs.io/).
This is a theme package for the [Cx framework](https://cxjs.io/).

Dark theme eases the stress on your eyes caused by long hours of use.
Hence, it's commonly used for long-running tools and applications.
Take a look at theme preview and compare it to the other themes [here](http://cxjs.io/v/master/themes/).
Take a look at theme preview and compare it to the other themes [here](https://cxjs.io/v/master/themes/).

## Usage

Expand All @@ -26,4 +26,4 @@ Then, import Cx styles from the package:
// add custom CSS here
```
To learn more about Cx styling and how to customize it,
[click here](http://cxjs.io/v/master/docs/concepts/css).
[click here](https://cxjs.io/v/master/docs/concepts/css).
2 changes: 1 addition & 1 deletion packages/cx-theme-frost/LICENSE.md
@@ -1,7 +1,7 @@
This package is a part of the Cx framework, which is available under
different licensing options depending on the nature of your project.

For more information, please refer to http://cxjs.io.
For more information, please refer to https://cxjs.io.



6 changes: 3 additions & 3 deletions packages/cx-theme-frost/README.md
@@ -1,9 +1,9 @@
# Frost theme

This is a theme package for the [Cx framework](http://cxjs.io/).
This is a theme package for the [Cx framework](https://cxjs.io/).

Frost is a winter inspired theme.
Take a look at theme preview and compare it to the other themes [here](http://cxjs.io/v/master/themes/).
Take a look at theme preview and compare it to the other themes [here](https://cxjs.io/v/master/themes/).

## Usage

Expand All @@ -25,4 +25,4 @@ Then, import Cx styles from the package:
// add custom CSS here
```
To learn more about Cx styling and how to customize it,
[click here](http://cxjs.io/v/master/docs/concepts/css).
[click here](https://cxjs.io/v/master/docs/concepts/css).

0 comments on commit fd1931d

Please sign in to comment.