Skip to content

Commit

Permalink
replace jxcore downloads url
Browse files Browse the repository at this point in the history
  • Loading branch information
ktrzeciaknubisa committed Mar 3, 2016
1 parent c2ca8b6 commit 77f9ba1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build_scripts/openwrt/create_package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

if (typeof jxcore === 'undefined') {
console.error("This script requires JXcore to run. \n" +
"Please visit http://jxcore.com/downloads to download JXcore for your platform");
"Please visit https://github.com/jxcore/jxcore-release to download JXcore for your platform");
process.exit(1);
}

Expand Down
2 changes: 1 addition & 1 deletion doc/HOW_TO_COMPILE.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ run the following instead:

#### Download JXcore
You can download (latest stable) binaries for various operating systems from
[http://jxcore.com/downloads/](http://jxcore.com/downloads/)
[jxcore/jxcore-release](https://github.com/jxcore/jxcore-release)
(Future `jxcore.io` releases will be shared from `http://jxcore.io`)

#### Notes for Windows
Expand Down
2 changes: 1 addition & 1 deletion doc/INSTALLATION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

The pre-compiled binaries of JXcore available from [jxcore.com/downloads](http://jxcore.com/downloads).
The pre-compiled binaries of JXcore available from [jxcore/jxcore-release](https://github.com/jxcore/jxcore-release) .
You can also use bash script (for Unix platforms), or setup (for Windows) that can do the installation
for you.

Expand Down
2 changes: 1 addition & 1 deletion doc/TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ support for the tests. This is indeed not necessary. JXcore native interface 'jx
for Windows applications.)

In order to run JX-ni tests you need JXcore is installed on your system. Either compile from the
sources or download it from [here](http://jxcore.com/Downloads)
sources or download it from [jxcore/jxcore-release](https://github.com/jxcore/jxcore-release)

Assuming you are under the root folder of the project; first you should compile the project as a
static library. Let's say you want to do it for SpiderMonkey build.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/jxcore-feature-packaging-code-protection.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ JX packages can be executed as follows:

> jx my_project.jx

Obviously, you need to have JXcore installed first. For this, please visit [Downloads](http://jxcore.com/downloads/) page.
Obviously, you need to have JXcore installed first. For this, please visit [jxcore/jxcore-release](https://github.com/jxcore/jxcore-release) page.

You can also run the package in multiple instances.

Expand Down
4 changes: 2 additions & 2 deletions doc/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div id="column2" class="interior">
<ul>
<li><a href="http://jxcore.com/" class="home">Home</a></li>
<li><a href="http://jxcore.com/downloads/" class="download">Download</a></li>
<li><a href="https://github.com/jxcore/jxcore-release" class="download">Download</a></li>
<li><a href="index.html" class="docs current">Docs</a></li>
<li><a href="http://jxcore.com/tutorials/" class="docs current">Tutorials</a></li>
<li><a href="https://github.com/jxcore/jxcore/issues/" class="about">Issues</a></li>
Expand Down Expand Up @@ -61,7 +61,7 @@ <h2>Table of Contents</h2>
<a href="http://nubisa.com" class="nubisa">Nubisa</a>
<ul class="clearfix">
<li><a href="http://jxcore.com/" class="home">Home</a></li>
<li><a href="http://jxcore.com/downloads/" class="download">Download</a></li>
<li><a href="https://github.com/jxcore/jxcore-release" class="download">Download</a></li>
<li><a href="index.html" class="docs current">Docs</a></li>
<li><a href="http://jxcore.com/tutorials/" class="docs current">Tutorials</a></li>
<li><a href="https://github.com/jxcore/jxcore/issues/" class="about">Issues</a></li>
Expand Down
2 changes: 1 addition & 1 deletion tools/node_modules/ecma-parser/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 comments on commit 77f9ba1

@danielbair
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why has this commit not been merged? jxcore.com is a fake site...

@obastemur
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure where do you see that but I don't see jxcore.com refs.

Please sign in to comment.