summaryrefslogtreecommitdiff
path: root/doc/lib/index.html
diff options
context:
space:
mode:
authorIgor Sfiligoi <isfiligoi@ucsd.edu>2012-09-12 19:13:44 +0000
committerIgor Sfiligoi <isfiligoi@ucsd.edu>2012-09-12 19:13:44 +0000
commitb202256cd18bb7051eede89b5e610af592a51412 (patch)
treea91c49a9f12f2ef72a21da1c425c38ba7368b86f /doc/lib/index.html
parente16980b09546fe767d9e45819500519bb34de243 (diff)
The FLOT URL changed, so update the links
Diffstat (limited to 'doc/lib/index.html')
-rw-r--r--doc/lib/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lib/index.html b/doc/lib/index.html
index 3c7195c..4fdfbca 100644
--- a/doc/lib/index.html
+++ b/doc/lib/index.html
@@ -34,7 +34,7 @@
<P> The <A HREF="rrdFilter_js.html">rrdFilter module</A> can be used to filter datasources (DSs) and apply user-customized filter objects such as mathematical operations. This module also has methods to Filter RRAs for time shifts (for timezone implementation) and/or Averaging (for creating new, averaged RRAs with different step sizes). See the <A HREF="../../src/examples/rrdJFlotFilter.html">rrdJFlotFilter.html (DS Filters) example</A> and the <A HREF="../../src/examples/rrdJFlotFilterRRA.html">rrdJFlotFilterRRA (RRA Filters) example</A>.</P>
<P>The package also provides two classes, based on
- <A HREF="http://code.google.com/p/flot/">JFlot</A>,
+ <A HREF="http://www.flotcharts.org/">Flot</A>,
that automate most of the graphing needs:</P>
<UL>
<LI><P>The <A HREF="rrdFlot_js.html">rrdFlot module</A> can be used to plot a single RRD file.<BR>