From 2958b1b90eee28632cddcafe3bed1ae0b401dad3 Mon Sep 17 00:00:00 2001 From: git-bruh Date: Sat, 17 Apr 2021 10:16:17 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9a2afd..63519ac 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A simple bridge between Matrix and Discord written in Python. This repository contains two bridges: -* A [puppeting appservice](https://github.com/git-bruh/matrix-discord-bridge/tree/appservice/appservice) (experimental-ish): The puppeting bridge written with minimal dependencies. Running this requires a self-hosted homeserver. +* A [puppeting appservice](appservice) (experimental-ish): The puppeting bridge written with minimal dependencies. Running this requires a self-hosted homeserver. * A [non-puppeting bridge](bridge): The non-puppeting bridge written with `matrix-nio` and `discord.py`, most people would want to use this one.