From 10d4a53a54c76aa74261c11943ad982c6eeb3711 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Wed, 16 Dec 2020 21:23:04 -0500 Subject: [PATCH] Update link to ruby languages in README (#1351) Signed-off-By: Matthew Peveler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 134dd8d..c51483a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Features * **Write code samples in multiple languages** — If your API has bindings in multiple programming languages, you can easily put in tabs to switch between them. In your document, you'll distinguish different languages by specifying the language name at the top of each code block, just like with GitHub Flavored Markdown. -* **Out-of-the-box syntax highlighting** for [over 100 languages](https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers), no configuration required. +* **Out-of-the-box syntax highlighting** for [over 100 languages](https://github.com/rouge-ruby/rouge/wiki/List-of-supported-languages-and-lexers), no configuration required. * **Automatic, smoothly scrolling table of contents** on the far left of the page. As you scroll, it displays your current position in the document. It's fast, too. We're using Slate at TripIt to build documentation for our new API, where our table of contents has over 180 entries. We've made sure that the performance remains excellent, even for larger documents.