Skip to content

Commit 7ac6a66

Browse files
committed
remove reference to the beta section on the webpage
1 parent 1a82de4 commit 7ac6a66

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h1 class="title">loon - interactive data visualization</h1>
3333
document.getElementById("home").className += " selected";
3434
</script>
3535
<h1 id="introduction">Introduction</h1>
36-
<p><code>loon</code> is a toolkit for interactive data visualization and exploration. Currently, <code>loon</code> is embedded in <code>R</code> and <code>Tcl</code>. Please see the <a href="beta.html">beta section</a> for the current state of the software.</p>
36+
<p><code>loon</code> is a toolkit for interactive data visualization and exploration. Currently, <code>loon</code> is embedded in <code>R</code> and <code>Tcl</code>.</p>
3737
<ul>
3838
<li><p>To issue a bug report use the <a href="https://github.com/waddella/loon/issues">github issue tracker</a>.</p></li>
3939
<li><p>You can fork <code>loon</code> <a href="https://github.com/waddella/loon">on github</a>.</p></li>

website/md/index.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ header-includes:
1414
# Introduction
1515

1616
`loon` is a toolkit for interactive data visualization and
17-
exploration. Currently, `loon` is embedded in `R` and `Tcl`. Please
18-
see the [beta section](beta.html) for the current state of the
19-
software.
17+
exploration. Currently, `loon` is embedded in `R` and `Tcl`.
2018

2119
* To issue a bug report use the
2220
[github issue tracker](https://github.com/waddella/loon/issues).

0 commit comments

Comments
 (0)