Skip to content

Commit

Permalink
Fix incorrect documentation URL in phpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed Mar 13, 2015
1 parent 59c1a4c commit d309603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Elastica/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public function addFileContent($key, $content)
* @param string $key Field key
* @param float $latitude Latitude value
* @param float $longitude Longitude value
* @link http://www.elasticsearch.org/guide/reference/mapping/geo-point-type.html
* @link http://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-geo-point-type.html
* @return $this
*/
public function addGeoPoint($key, $latitude, $longitude)
Expand Down

0 comments on commit d309603

Please sign in to comment.