diff --git a/Developer-Documentation.md b/Developer-Documentation.md index 2db17df..2659ba3 100644 --- a/Developer-Documentation.md +++ b/Developer-Documentation.md @@ -151,7 +151,7 @@ See: [MainUtil.java](https://github.com/IntellectualSites/PlotSquared/blob/v4/Co Clusters can be created within existing plot areas, or they can be created in a previously non-plot world, which will in turn create it's own plot area. See: [PlotCluster.java](https://github.com/IntellectualSites/PlotSquared/blob/v4/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/PlotCluster.java) -See: [PlotSquared.java](https://github.com/IntellectualSites/PlotSquared/blob/v4/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/PlotSquared.java(...) +See: [PlotSquared.java](https://github.com/IntellectualSites/PlotSquared/blob/v4/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/PlotSquared.java(...)) #### Road A road is what separates each plot, and includes the wall around each plot. Attempting to get a plot at this location will return null.