summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2021-01-08 10:26:17 +0300
committerGitHub <noreply@github.com>2021-01-08 08:26:17 +0100
commit9e9b0ef49c0e0c84b18708862847e38066929a3e (patch)
tree932fc1f04d7461fa956a57169ca4c128c7ab7e35
parent97d4fce23af2dbfc26dbc3168c157c4ad0a4e379 (diff)
downloadpygments-git-9e9b0ef49c0e0c84b18708862847e38066929a3e.tar.gz
update pygments.rb URL to new home (#1669)
see #1660
-rw-r--r--doc/docs/integrate.rst2
-rw-r--r--doc/faq.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/docs/integrate.rst b/doc/docs/integrate.rst
index 5f266ac5..2a030b7b 100644
--- a/doc/docs/integrate.rst
+++ b/doc/docs/integrate.rst
@@ -34,7 +34,7 @@ Wrappers for other languages
These libraries provide Pygments highlighting for users of other languages
than Python:
-* `pygments.rb <https://github.com/tmm1/pygments.rb>`_, a pygments wrapper for Ruby
+* `pygments.rb <https://github.com/pygments/pygments.rb>`_, a pygments wrapper for Ruby
* `Clygments <https://github.com/bfontaine/clygments>`_, a pygments wrapper for
Clojure
* `PHPygments <https://github.com/capynet/PHPygments>`_, a pygments wrapper for PHP
diff --git a/doc/faq.rst b/doc/faq.rst
index 69ad393b..2e133b02 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -128,7 +128,7 @@ This is an (incomplete) list of projects and sites known to use the Pygments hig
* `patx.me <http://patx.me/paste>`_, a pastebin
* `Fluidic <https://github.com/richsmith/fluidic>`_, an experiment in
integrating shells with a GUI
-* `pygments.rb <https://github.com/tmm1/pygments.rb>`_, a pygments wrapper for Ruby
+* `pygments.rb <https://github.com/pygments/pygments.rb>`_, a pygments wrapper for Ruby
* `Clygments <https://github.com/bfontaine/clygments>`_, a pygments wrapper for
Clojure
* `PHPygments <https://github.com/capynet/PHPygments>`_, a pygments wrapper for PHP