Skip to content

Commit 801b677

Browse files
author
Alicja Kucharczyk
committed
broken link
1 parent 139c196 commit 801b677

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/postgresql/flexible-server/how-to-connect-query-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following document includes links to examples showing how to connect and que
2424
|[Pgadmin](https://www.pgadmin.org/)|You can use pgadmin to connect to the server and it simplifies the creation, maintenance and use of database objects.|
2525
|[psql in Azure Cloud Shell](./quickstart-create-server-cli.md#connect-using-postgresql-command-line-client)|This article shows how to run [**psql**](https://www.postgresql.org/docs/current/static/app-psql.html) in [Azure Cloud Shell](../../cloud-shell/overview.md) to connect to your server and then run statements to query, insert, update, and delete data in the database.You can run **psql** if installed on your development environment|
2626
|[Python](connect-python.md)|This quickstart demonstrates how to use Python to connect to a database and use work with database objects to query data. |
27-
|[Django with App Service](tutorial-django-app-service-postgres.md)|This tutorial demonstrates how to use Ruby to create a program to connect to a database and use work with database objects to query data.|
27+
|[Django with App Service](/azure/app-service/tutorial-python-postgresql-app)|This tutorial demonstrates how to use Ruby to create a program to connect to a database and use work with database objects to query data.|
2828

2929
## TLS considerations for database connectivity
3030

articles/postgresql/flexible-server/quickstart-create-server-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@ To delete only the newly created server:
174174
## Next steps
175175
176176
> [!div class="nextstepaction"]
177-
> [Deploy a Django app with App Service and PostgreSQL](tutorial-django-app-service-postgres.md)
177+
> [Deploy a Django app with App Service and PostgreSQL](/azure/app-service/tutorial-python-postgresql-app)

0 commit comments

Comments
 (0)