Skip to content

Commit

Permalink
Updated links to google code to point at the correct project after fork.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsGanttImproved committed Sep 2, 2013
1 parent cb1b88d commit b8928e8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>FREE javascript gantt - JSGantt HTML and CSS only</title>
<title>FREE javascript gantt - jsGantt Improved HTML and CSS only</title>
<script type="text/javascript" src="jsgantt.js"></script>
<link rel="stylesheet" type="text/css" href="jsgantt.css"/>
<style type="text/css">
Expand Down Expand Up @@ -176,8 +176,8 @@ <h3>Changes/fixes in jsGanttImproved v1.0:</h3>
<li>Chart pane width will change dynamically with containing element</li>
</ul>
<h2 class="roundedCornerfg" id="tDownload">Download</h2>
<a href="http://www.jsgantt.com/zip/">Click here to download the jsgantt</a> <br/>
You can download the latest bleeding edge version, request features and report issues at <a href="http://code.google.com/p/jsgantt/">http://code.google.com/p/jsgantt/</a>
<a href="https://drive.google.com/folderview?id=0BzEZAVg3PNU4dUR6Q1JRS09tNFU&usp=sharing">Click here to download the current version of jsGantt Improved</a> <br/>
You can download the latest bleeding edge version, request features and report issues at <a href="https://code.google.com/p/jsgantt-improved/">https://code.google.com/p/jsgantt-improved/</a>

<h2 class="roundedCornerfg" id="tLicense">License</h2>
JSGanttImproved is released under BSD license.<br/>
Expand Down
8 changes: 5 additions & 3 deletions jsgantt.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
jsGanttImproved 1.0
Copyright (c) 2013, Paul Geldart All rights reserved.
This project is a fork of jsGantt 1.2 (which can be obtained from
https://code.google.com/p/jsgantt/ ) and remains under the original BSD license.
The current version of this code can be found at https://code.google.com/p/jsgantt-improved/
* Copyright (c) 2013, Paul Geldart.
* All rights reserved.
Expand All @@ -36,7 +36,9 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
This project is based on jsGantt 1.2, the original project license follows:
This project is based on jsGantt 1.2, (which can be obtained from
https://code.google.com/p/jsgantt/ ) and remains under the original BSD license.
The original project license follows:
Copyright (c) 2009, Shlomy Gantz BlueBrick Inc. All rights reserved.
Expand Down
6 changes: 3 additions & 3 deletions jsgantt_exExternalXML.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>FREE javascript gantt - JSGantt HTML and CSS only</title>
<title>FREE javascript gantt - jsGantt Improved HTML and CSS only</title>
<script type="text/javascript" src="jsgantt.js"></script>
<link rel="stylesheet" type="text/css" href="jsgantt.css"/>
<style type="text/css">
Expand Down Expand Up @@ -152,8 +152,8 @@ <h3>Changes/fixes in jsGanttImproved v1.0:</h3>
<li>Chart pane width will change dynamically with containing element</li>
</ul>
<h2 class="roundedCornerfg" id="tDownload">Download</h2>
<a href="http://www.jsgantt.com/zip/">Click here to download the jsgantt</a> <br/>
You can download the latest bleeding edge version, request features and report issues at <a href="http://code.google.com/p/jsgantt/">http://code.google.com/p/jsgantt/</a>
<a href="https://drive.google.com/folderview?id=0BzEZAVg3PNU4dUR6Q1JRS09tNFU&usp=sharing">Click here to download the current version of jsGantt Improved</a> <br/>
You can download the latest bleeding edge version, request features and report issues at <a href="https://code.google.com/p/jsgantt-improved/">https://code.google.com/p/jsgantt-improved/</a>

<h2 class="roundedCornerfg" id="tLicense">License</h2>
JSGanttImproved is released under BSD license.<br/>
Expand Down

0 comments on commit b8928e8

Please sign in to comment.