From 177cb2aaaea6d03d8f048c1473e36802b526d7c8 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Sun, 17 Mar 2024 07:47:27 -0600 Subject: [PATCH] remove broken links those pages appear to have been completely removed from the repo. --- docs/Dexie/Dexie.on.populate.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/Dexie/Dexie.on.populate.md b/docs/Dexie/Dexie.on.populate.md index 97386c8f..5c17a66b 100644 --- a/docs/Dexie/Dexie.on.populate.md +++ b/docs/Dexie/Dexie.on.populate.md @@ -129,8 +129,6 @@ Found object: {"someIndex":"item2","id":2} Finished. ``` -[Watch the full HTML source](https://github.com/dexie/Dexie.js/blob/master/samples/ajax-populate/populateFromAjaxCall.html), or [view it in your browser](https://raw.githack.com/dexie/Dexie.js/master/samples/ajax-populate/populateFromAjaxCall.html) - ### See Also [The Populate Event](/docs/Tutorial/Design#the-populate-event)