From d2b46dd018b0d3289e3f94737b055201749e347b Mon Sep 17 00:00:00 2001
From: Eric Rosenbaum <eric.rosenbaum@gmail.com>
Date: Thu, 24 Jun 2021 13:46:03 -0400
Subject: [PATCH] remove links to older extensions page

on the private docs repo
---
 docs/extensions.md | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/docs/extensions.md b/docs/extensions.md
index 740e43721..602398c0d 100644
--- a/docs/extensions.md
+++ b/docs/extensions.md
@@ -3,9 +3,6 @@
 This document describes technical topics related to Scratch 3.0 extension development, including the Scratch 3.0
 extension specification.
 
-For documentation regarding other aspects of Scratch 3.0 extensions see [this Extensions page on the
-wiki](https://github.com/LLK/docs/wiki/Extensions).
-
 ## Types of Extensions
 
 There are four types of extensions that can define everything from the Scratch's core library (such as the "Looks" and
@@ -13,8 +10,6 @@ There are four types of extensions that can define everything from the Scratch's
 
 **Scratch 3.0 does not yet support unofficial extensions.**
 
-For more details, see [this Extensions page on the wiki](https://github.com/LLK/docs/wiki/Extensions).
-
 |                                | Core | Team | Official | Unofficial |
 | ------------------------------ | ---- | ---- | -------- | ---------- |
 | Developed by Scratch Team      | √    | √    | O        | X          |