Skip to content

Commit

Permalink
Fixing atlas spelling in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gostintsev committed Aug 15, 2017
1 parent 565bdb0 commit 1eb640e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/checks/selfIntersectingPolylineCheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ and non-shape point intersections are flagged.
#### Code Review

To learn more about the code, please look at the comments in the source code for the check.
[SelfIntersectingPolylineCheck.java](../../src/main/java/org/openstreetmap/altas/checks/checks/validation/intersections/SelfIntersectingPolylineCheck.java)
[SelfIntersectingPolylineCheck.java](../../src/main/java/org/openstreetmap/atlas/checks/checks/validation/intersections/SelfIntersectingPolylineCheck.java)
2 changes: 1 addition & 1 deletion docs/tutorials/tutorial1-PoolSizeCheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
For reference around general development see [The Development Document](../dev.md), for this tutorial it is assumed
that you have read through that document.

For reference on complete source code see [PoolSizeCheck](../../src/main/java/org/openstreetmap/altas/checks/validation/areas/PoolSizeCheck.java)
For reference on complete source code see [PoolSizeCheck](../../src/main/java/org/openstreetmap/atlas/checks/validation/areas/PoolSizeCheck.java)

#### Initializing our PoolSizeCheck
The first thing we need to do for our PoolSizeCheck is to initialize it. This will involve building out the
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/tutorial2-OrphanNodeCheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
For reference around general development see [The Development Document](../dev.md), for this tutorial it is assumed
that you have read through that document.

For reference on complete source code see [OrphanNodeCheck](../../src/main/java/org/openstreetmap/altas/checks/validation/points/OrphanNodeCheck.java)
For reference on complete source code see [OrphanNodeCheck](../../src/main/java/org/openstreetmap/atlas/checks/validation/points/OrphanNodeCheck.java)

###### *NOTE

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/tutorial3-SinkIslandCheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
For reference around general development see [The Development Document](../dev.md), for this tutorial it is assumed
that you have read through that document.

For reference on complete source code see [SinkIslandCheck](../../src/main/java/org/openstreetmap/altas/checks/validation/linear/edges/SinkIslandCheck.java)
For reference on complete source code see [SinkIslandCheck](../../src/main/java/org/openstreetmap/atlas/checks/validation/linear/edges/SinkIslandCheck.java)

#### What is a SinkIsland

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class FloatingEdgeCheck extends BaseCheck<Long>

/**
* Default constructor defined by the {@link BaseCheck} required to instantiate the Check within
* the Altas Checks framework
* the Atlas Checks framework
*
* @param configuration
* the configuration supplied by the framework containing custom properties for the
Expand Down

0 comments on commit 1eb640e

Please sign in to comment.