Skip to content

Commit 881568d

Browse files
author
Christopher Harrison
committed
Updated URL
1 parent d3a8c3a commit 881568d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎public/script.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async function loadTasks() {
5454
} catch {
5555
// If there is an error, display a generic message on the page
5656
const messageElement = document.createElement('li');
57-
messageElement.innerHTML = "Could not pull data. Make sure you've <a href='https://github.com/geektrainer/aswa-starter/docs/add-database.md'>configured the database</a>."
57+
messageElement.innerHTML = "Could not pull data. Make sure you've <a href='https://docs.microsoft.com/en-us/azure/static-web-apps/add-mongoose?WT.mc_id=academic-45074-chrhar#configure-database-connection-string'>configured the database</a>."
5858
document.getElementById('task-list').appendChild(messageElement);
5959
}
6060
displayTasks();

0 commit comments

Comments
 (0)