From b005fc5d9ea4f417e8d0d383f5ebc386773ff15f Mon Sep 17 00:00:00 2001 From: csobier Date: Tue, 10 May 2016 09:42:03 -0400 Subject: [PATCH] updated hyperlink to platform docs location --- doc/discovery_functions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/discovery_functions.md b/doc/discovery_functions.md index adf9583..caa2e94 100644 --- a/doc/discovery_functions.md +++ b/doc/discovery_functions.md @@ -1,6 +1,6 @@ # Discovery Functions -If you are using the [discovery methods](/dataobservatory/overview/#discovery-methods) from the Data Observatory, use the following functions to retrieve [Boundary](/dataobservatory/overview/#boundary-data) and [Measures](/dataobservatory/overview/#measures-data) data. +If you are using the [discovery methods](/cartodb-platform/dataobservatory/overview/#discovery-methods) from the Data Observatory, use the following functions to retrieve [Boundary](/cartodb-platform/dataobservatory/overview/#boundary-data) and [Measures](/cartodb-platform/dataobservatory/overview/#measures-data) data. ## OBS_Search(search_term) @@ -43,7 +43,7 @@ point_geometry | a WGS84 point geometry (e.g. the_geom) Key | Description --- | --- -boundary_id | a boundary identifier from the [Boundary ID glossary](/dataobservatory/glossary/#boundary-ids) +boundary_id | a boundary identifier from the [Boundary ID glossary](/cartodb-platform/dataobservatory/glossary/#boundary-ids) description | a brief description of the boundary dataset timespan | the timespan attached the boundary. this does not mean that the boundary is invalid outside of the timespan, but is the explicit timespan published with the geometry. @@ -51,4 +51,4 @@ timespan | the timespan attached the boundary. this does not mean that the bound ```SQL SELECT * FROM OBS_GetAvailableBoundaries(CDB_LatLng(40.7, -73.9)) -``` \ No newline at end of file +```