From 6978f0393d2a71cdd3e77cc18da3471de7bec24d Mon Sep 17 00:00:00 2001 From: Derek Eder Date: Mon, 26 Jul 2021 08:12:51 -0500 Subject: [PATCH] updates expired link to opencivicdata.org (#216) Co-authored-by: Derek Eder --- postgres/Interacting-with-a-remote-database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/Interacting-with-a-remote-database.md b/postgres/Interacting-with-a-remote-database.md index 351c51a..e9936c7 100644 --- a/postgres/Interacting-with-a-remote-database.md +++ b/postgres/Interacting-with-a-remote-database.md @@ -1,6 +1,6 @@ # Interacting with a remote database -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). +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/). 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.