From 6f6268b75bf7a2d4d1acdea7767d9506d1046185 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Tue, 16 Jan 2024 19:01:52 +0100 Subject: [PATCH] fix janus demo url (#501) - `https://janus.conf.meetecho.com/demos.html : HTTP 404` - https://github.com/meetecho/janus-gateway/pull/3302 --- software/janus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/janus.yml b/software/janus.yml index 16eaadd451..29459769d2 100644 --- a/software/janus.yml +++ b/software/janus.yml @@ -8,7 +8,7 @@ platforms: - C tags: - Communication - Video Conferencing -demo_url: https://janus.conf.meetecho.com/demos.html +demo_url: https://janus.conf.meetecho.com/demos/ stargazers_count: 7594 updated_at: '2024-01-15' archived: false