Fixed external docs URLs
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1635 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
ad2a03a106
commit
88ff48d89a
@ -98,7 +98,7 @@ BrowsingEngine.prototype._initializeUI = function() {
|
|||||||
'<div class="browsing-panel-help" bind="help">' +
|
'<div class="browsing-panel-help" bind="help">' +
|
||||||
'<h1>Using facets and filters</h1>' +
|
'<h1>Using facets and filters</h1>' +
|
||||||
'<p>Use facets and filters to select subsets of your data to act on. Choose facet and filter methods from the menus at the top of each data column.</p>' +
|
'<p>Use facets and filters to select subsets of your data to act on. Choose facet and filter methods from the menus at the top of each data column.</p>' +
|
||||||
'<p>Not sure how to get started?<br /><a href="http://vimeo.com/groups/gridworks/videos" target="_blank"><b>Watch these screencasts!</b></a></p>' +
|
'<p>Not sure how to get started?<br /><a href="http://code.google.com/p/google-refine/wiki/Screencasts" target="_blank"><b>Watch these screencasts!</b></a></p>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'<div class="browsing-panel-header" bind="header">' +
|
'<div class="browsing-panel-header" bind="header">' +
|
||||||
'<div class="browsing-panel-indicator" bind="indicator">' +
|
'<div class="browsing-panel-indicator" bind="indicator">' +
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<div class="history-panel-help" bind="helpDiv">
|
<div class="history-panel-help" bind="helpDiv">
|
||||||
<h1>Infinite undo history</h1>
|
<h1>Infinite undo history</h1>
|
||||||
<p>Don't worry about making mistakes. Every change you make will be shown here, and you can undo your changes anytime.</p>
|
<p>Don't worry about making mistakes. Every change you make will be shown here, and you can undo your changes anytime.</p>
|
||||||
<p><a href="http://code.google.com/p/google-refine/wiki/GettingStarted?tm=6" target="_blank"><b>Learn more »</b></a></p>
|
<p><a href="http://code.google.com/p/google-refine/wiki/History" target="_blank"><b>Learn more »</b></a></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="history-panel-controls" bind="controlsDiv">
|
<div class="history-panel-controls" bind="controlsDiv">
|
||||||
<a class="button button-pill-left" href="javascript:{}" bind="extractLink">Extract…</a><a class="button button-pill-right" href="javascript:{}" bind="applyLink">Apply…</a>
|
<a class="button button-pill-left" href="javascript:{}" bind="extractLink">Extract…</a><a class="button button-pill-right" href="javascript:{}" bind="applyLink">Apply…</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user