From 5737d179414451ac4d82bb1e185c4c9d56d9c90d Mon Sep 17 00:00:00 2001 From: modulitos Date: Sun, 27 Feb 2022 23:37:59 -0800 Subject: [PATCH] docs(sqlcommenter_rails/README): update marginalia fork to modulitos --- ruby/sqlcommenter-ruby/sqlcommenter_rails/README.md | 4 ++-- ruby/sqlcommenter-ruby/sqlcommenter_rails_demo/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ruby/sqlcommenter-ruby/sqlcommenter_rails/README.md b/ruby/sqlcommenter-ruby/sqlcommenter_rails/README.md index 1a9652d5..dc30dd3d 100644 --- a/ruby/sqlcommenter-ruby/sqlcommenter_rails/README.md +++ b/ruby/sqlcommenter-ruby/sqlcommenter_rails/README.md @@ -14,10 +14,10 @@ Powered by [marginalia] and [marginalia-opencensus]. Currently, this gem is not released on rubygems. But can be installed from source. -The gem requires functionality provided by an [open PR](https://github.com/basecamp/marginalia/pull/89) to [marginalia](https://github.com/basecamp/marginalia). Install the PR by cloning [glebm's fork of marginalia](https://github.com/glebm/marginalia) one directory above this folder. +The gem requires functionality provided by an [open PR](https://github.com/basecamp/marginalia/pull/130) to [marginalia](https://github.com/basecamp/marginalia). Install the PR by cloning [modulitos's fork of marginalia](https://github.com/modulitos/marginalia) one directory above this folder. ```bash -git clone https://github.com/glebm/marginalia.git ../marginalia +git clone https://github.com/modulitos/marginalia.git ../marginalia ``` Add the following lines to your application's Gemfile: diff --git a/ruby/sqlcommenter-ruby/sqlcommenter_rails_demo/README.md b/ruby/sqlcommenter-ruby/sqlcommenter_rails_demo/README.md index 6ea38107..cdb5e2aa 100644 --- a/ruby/sqlcommenter-ruby/sqlcommenter_rails_demo/README.md +++ b/ruby/sqlcommenter-ruby/sqlcommenter_rails_demo/README.md @@ -9,10 +9,10 @@ This is a demo [Rails API] application to demonstrate [sqlcommenter_rails] integ Install [Ruby v2.6.3](https://www.ruby-lang.org/en/news/2019/04/17/ruby-2-6-3-released/) if you don't already have it installed. -This demo requires functionality provided by an [open PR](https://github.com/basecamp/marginalia/pull/89) to [marginalia](https://github.com/basecamp/marginalia). Install the PR by cloning [glebm's fork of marginalia](https://github.com/glebm/marginalia) one directory above this demo. Starting from the root directory of this demo: +This demo requires functionality provided by an [open PR](https://github.com/basecamp/marginalia/pull/130) to [marginalia](https://github.com/basecamp/marginalia). Install the PR by cloning [modulitos's fork of marginalia](https://github.com/modulitos/marginalia) one directory above this demo. Starting from the root directory of this demo: ```bash -git clone https://github.com/glebm/marginalia.git ../marginalia +git clone https://github.com/modulitos/marginalia.git ../marginalia git -C ../marginalia checkout formatting ```