Skip to content

Commit 6978f03

Browse files
authored
updates expired link to opencivicdata.org (#216)
Co-authored-by: Derek Eder <[email protected]>
1 parent 0665568 commit 6978f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/Interacting-with-a-remote-database.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Interacting with a remote database
22

3-
In the course of developing an application, you may want to make use of data that's stored remotely. For instance, DataMade maintains databases of the information scraped for its [Open Civic Data API](http://docs.opencivicdata.org/en/latest/api/index.html).
3+
In the course of developing an application, you may want to make use of data that's stored remotely. For instance, DataMade maintains databases of the information scraped for its [Open Civic Data API](https://opencivicdata.readthedocs.io/en/latest/).
44

55
You can access that data directly via SSH tunneling, or binding a port on your machine to a port on a remote machine. Doing so allows your application to interact with a remote database as if it were local.
66

0 commit comments

Comments
 (0)