Skip to content

Commit 8db55e0

Browse files
committed
Fix spelling, and references to defunct docs.dojocampus.org, fixes #14294 on trunk, !strict
1 parent 3a2088b commit 8db55e0

File tree

10 files changed

+40
-41
lines changed

10 files changed

+40
-41
lines changed

NodeList/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Dependencies:
2020
dojo.NodeList-traverse
2121
-------------------------------------------------------------------------------
2222
Documentation
23-
Documentatation will reside at:
23+
Documentation resides at:
2424
http://api.dojotoolkit.org/NodeList
2525

2626
-------------------------------------------------------------------------------

atom/README

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ framework.
2626
Documentation:
2727

2828
See the Dojo API tool (http://dojotoolkit.org/api)
29-
as well as dojocampus (http://docs.dojocampus.org/dojox/atom)
29+
as well as the reference guide (http://dojotoolkit.org/reference-guide/dojox/atom)
3030
-------------------------------------------------------------------------------
3131
Contributions:
3232

33-
Constributions of documentation, examples, and fixes are always welcome.
33+
Contributions of documentation, examples, and fixes are always welcome.
3434

3535
-------------------------------------------------------------------------------
3636
Installation instructions

drawing/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dojo.gfx
2222
-------------------------------------------------------------------------------
2323
Documentation
2424

25-
http://docs.dojocampus.org/dojox/drawing
25+
http://dojotoolkit.org/reference-guide/dojox/drawing.html
2626
-------------------------------------------------------------------------------
2727
Installation instructions
2828

editor/README

+25-25
Original file line numberDiff line numberDiff line change
@@ -181,31 +181,31 @@ Documentation
181181
The plugins directory contains extensions which work with dijit.Editor.
182182

183183
See also:
184-
http://docs.dojocampus.org/dojox/editor/plugins/TablePlugins
185-
http://docs.dojocampus.org/dojox/editor/plugins/PrettyPrint
186-
http://docs.dojocampus.org/dojox/editor/plugins/PageBreak
187-
http://docs.dojocampus.org/dojox/editor/plugins/ShowBlockNodes
188-
http://docs.dojocampus.org/dojox/editor/plugins/Preview
189-
http://docs.dojocampus.org/dojox/editor/plugins/Save
190-
http://docs.dojocampus.org/dojox/editor/plugins/ToolbarLineBreak
191-
http://docs.dojocampus.org/dojox/editor/plugins/InsertEntity
192-
http://docs.dojocampus.org/dojox/editor/plugins/NormalizeIndentOutdent
193-
http://docs.dojocampus.org/dojox/editor/plugins/Breadcrumb
194-
http://docs.dojocampus.org/dojox/editor/plugins/FindReplace
195-
http://docs.dojocampus.org/dojox/editor/plugins/CollapsibleToolbar
196-
http://docs.dojocampus.org/dojox/editor/plugins/Blockquote
197-
http://docs.dojocampus.org/dojox/editor/plugins/PasteFromWord
198-
http://docs.dojocampus.org/dojox/editor/plugins/InsertAnchor
199-
http://docs.dojocampus.org/dojox/editor/plugins/TextColor
200-
http://docs.dojocampus.org/dojox/editor/plugins/NormalizeStyle
201-
http://docs.dojocampus.org/dojox/editor/plugins/StatusBar
202-
http://docs.dojocampus.org/dojox/editor/plugins/LocalImage
203-
http://docs.dojocampus.org/dojox/editor/plugins/AutoUrlLink
204-
http://docs.dojocampus.org/dojox/editor/plugins/ResizeTableColumn
205-
http://docs.dojocampus.org/dojox/editor/plugins/AutoSave
206-
http://docs.dojocampus.org/dojox/editor/plugins/SpellCheck
207-
http://docs.dojocampus.org/dojox/editor/plugins/SafePaste
208-
184+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/TablePlugins.html
185+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/PrettyPrint.html
186+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/PageBreak.html
187+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/ShowBlockNodes.html
188+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/Preview.html
189+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/Save.html
190+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/ToolbarLineBreak.html
191+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/InsertEntity.html
192+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/NormalizeIndentOutdent.html
193+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/Breadcrumb.html
194+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/FindReplace.html
195+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/CollapsibleToolbar.html
196+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/Blockquote.html
197+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/PasteFromWord.html
198+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/InsertAnchor.html
199+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/TextColor.html
200+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/NormalizeStyle.html
201+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/StatusBar.html
202+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/LocalImage.html
203+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/AutoUrlLink.html
204+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/ResizeTableColumn.html
205+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/AutoSave.html
206+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/SpellCheck.html
207+
http://dojotoolkit.org/reference-guide/dojox/editor/plugins/SafePaste.html
208+
.html
209209

210210
-------------------------------------------------------------------------------
211211
Plugin Installation instructions

grid/README

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ compatGrid.tar.gz archive. This version of the grid is no longer maintained
4848
or updated - but should work with any newer version of the dojo library.
4949

5050
dojox.grid.* is a11y enabled, please see the following doc page for more details
51-
- http://docs.dojocampus.org/dojox/grid/DataGrid#accessibility-in-1-3-and-beyond
51+
- http://dojotoolkit.org/reference-guide/dojox/grid/DataGrid.html#accessibility-in-1-3-and-beyond
5252
-------------------------------------------------------------------------------
5353

5454

@@ -97,7 +97,7 @@ Dojo Core, dojox.grid.DataGrid
9797
-------------------------------------------------------------------------------
9898
Documentation
9999

100-
http://docs.dojocampus.org/dojox/grid/EnhancedGrid
100+
http://dojotoolkit.org/reference-guide/dojox/grid/EnhancedGrid
101101
-------------------------------------------------------------------------------
102102
Installation instructions
103103

@@ -137,7 +137,7 @@ Dojo Core, dojox.grid.TreeGrid
137137
-------------------------------------------------------------------------------
138138
Documentation
139139

140-
http://docs.dojocampus.org/dojox/grid/LazyTreeGrid
140+
http://dojotoolkit.org/reference-guide/dojox/grid/LazyTreeGrid
141141
-------------------------------------------------------------------------------
142142
Installation instructions
143143

grid/tests/test_data_grid_hideHdr.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</head>
3636
<body class="tundra">
3737
<div class="heading">dojox.grid.DataGrid Basic Test</div>
38-
<p><a href="http://docs.dojocampus.org/dojox/grid">grid docs</a> (focusable element before grid)</p>
38+
<p><a href="http://dojotoolkit.org/reference-guide/dojox/grid">grid docs</a> (focusable element before grid)</p>
3939
<span dojoType="dojo.data.ItemFileWriteStore"
4040
jsId="jsonStore" url="../../../dijit/tests/_data/countries.json">
4141
</span>
@@ -49,6 +49,6 @@
4949
</tr>
5050
</thead>
5151
</table>
52-
<p> <a href="http://docs.dojocampus.org/dojox/grid">grid docs</a> (focusable element after grid)</p>
52+
<p> <a href="http://dojotoolkit.org/reference-guide/dojox/grid">grid docs</a> (focusable element after grid)</p>
5353
</body>
5454
</html>

mobile/README

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Dependencies:
3535
dijit/_WidgetBase.js
3636
-------------------------------------------------------------------------------
3737
Documentation
38-
Documentatation will reside at:
39-
http://docs.dojocampus.org/dojox/mobile
38+
Documentation resides at:
39+
http://dojotoolkit.org/reference-guide/dojox/mobile.html
4040

4141
-------------------------------------------------------------------------------
4242
Installation instructions

mvc/README

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Dependencies:
5959
-------------------------------------------------------------------------------
6060
Documentation:
6161

62-
Documentation, when available, will reside at:
63-
http://docs.dojocampus.org/dojox/mvc
62+
Documentation resides at:
63+
http://dojotoolkit.org/reference-guide/dojox/mvc.html
6464

6565
-------------------------------------------------------------------------------
6666
Installation instructions:

rails/README

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ Dependencies:
2121
dojo base
2222
-------------------------------------------------------------------------------
2323
Documentation
24-
Documentatation will reside at:
25-
http://docs.dojocampus.org/dojox/rails
24+
Apparently none
2625

2726
-------------------------------------------------------------------------------
2827
Installation instructions

storage/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ is provided (buildFlashStorage.sh)
3939
-------------------------------------------------------------------------------
4040
Documentation
4141

42-
See http://docs.dojocampus.org/dojox/storage for Dojo Storage docs.
42+
See http://dojotoolkit.org/reference-guide/dojox/storage.html for Dojo Storage docs.
4343

4444
See dojox/storage/demos/helloworld.html for a simple Hello World example
4545
you can base your code off of.

0 commit comments

Comments
 (0)