From 276c7cb969acca31541f3e0d09d6c60d42127b2b Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sun, 6 Nov 2022 18:26:04 +0000 Subject: [PATCH] Fix broken links --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 73c49f2..936a53a 100644 --- a/README.md +++ b/README.md @@ -433,10 +433,10 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [cfal/tobaru](https://github.com/cfal/tobaru) - Port forwarder with allowlists, IP and TLS SNI/ALPN rule-based routing, iptables support, round-robin forwarding (load balancing), and hot reloading. * [LemmyNet/lemmy](https://github.com/LemmyNet/lemmy) — A link aggregator / reddit clone for the fediverse [![Build Status](https://cloud.drone.io/api/badges/LemmyNet/lemmy/status.svg)](https://cloud.drone.io/LemmyNet/lemmy) +* [libreddit](https://github.com/libreddit/libreddit) - An alternative private front-end to Reddit * [MASQ-Project/Node](https://github.com/MASQ-Project/Node) — MASQ Node software provides a decentralized mesh-network of nodes for global users to access normal internet content - next evolution of tech beyond Tor & VPN [![build badge](https://github.com/MASQ-Project/Node/actions/workflows/ci-matrix.yml/badge.svg)](https://github.com/MASQ-Project/Node/actions) * [Plume-org/Plume](https://github.com/Plume-org/Plume) — ActivityPub federating blogging application [![build badge](https://api.travis-ci.org/Plume-org/Plume.svg?branch=master)](https://travis-ci.org/Plume-org/Plume) * [Revolt/backend](https://github.com/revoltchat/backend) - User-first chat platform built with modern web technologies. -* [spikecodes/libreddit](https://github.com/spikecodes/libreddit) - An alternative private front-end to Reddit ### Web Servers @@ -559,8 +559,6 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi * [rust-lang/rust-bindgen](https://github.com/rust-lang/rust-bindgen) — A Rust bindings generator * Erlang * [rusterlium/rustler](https://github.com/rusterlium/rustler) — safe Rust bridge for creating Erlang NIF functions [![build badge](https://api.travis-ci.org/rusterlium/rustler.svg?branch=master)](https://travis-ci.org/rusterlium/rustler) -* Haskell - * [mgattozzi/curryrs](https://github.com/mgattozzi/curryrs) — Bridge the gap between Haskell and Rust * Java * [bennettanderson/rjni](https://github.com/benanders/rjni) — use Java from Rust * [drrb/java-rust-example](https://github.com/drrb/java-rust-example) — use Rust from Java [![build badge](https://api.travis-ci.org/drrb/java-rust-example.svg?branch=master)](https://travis-ci.org/drrb/java-rust-example)