From c3dabe84156e2605f8daad26057d718cb934c5cb Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Tue, 5 Mar 2024 00:01:44 +0100
Subject: [PATCH] devices: update Instructions URL (#165)

Link the instructions to a GitHub Wiki so one can improve them.

Signed-off-by: David Bauer <mail@david-bauer.net>
---
 devices.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devices.js b/devices.js
index b6ab516..2ad571c 100644
--- a/devices.js
+++ b/devices.js
@@ -606,7 +606,7 @@ var devices_info = {
     "vgv7510kw22/O2 Box 6431": "https://forum.openwrt.org/t/installing-lede-u-boot-via-brnboot-web-interface-without-rs232/9857/6"
   },
   "Asus": {
-    "TUF-AX4200": "https://github.com/blocktrron/openwrt-asus-filogic-factory/releases/tag/filogic-v1",
+    "TUF-AX4200": "https://github.com/freifunk-darmstadt/projects/wiki/ASUS-TUF-AX4200-Factory",
   },
   "AVM": {
     "FRITZ!Box 3370": "https://openwrt.org/toh/avm/fritz.box.wlan.3370#installation",
-- 
GitLab