Skip to content

Commit 0ed325c

Browse files
authored
Merge pull request #99 from modulitos/master
docs(sqlcommenter_rails/README): update marginalia fork to modulitos
2 parents 47aa633 + 5737d17 commit 0ed325c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ruby/sqlcommenter-ruby/sqlcommenter_rails/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Powered by [marginalia] and [marginalia-opencensus].
1414
Currently, this gem is not released on rubygems.
1515
But can be installed from source.
1616

17-
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.
17+
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.
1818

1919
```bash
20-
git clone https://github.com/glebm/marginalia.git ../marginalia
20+
git clone https://github.com/modulitos/marginalia.git ../marginalia
2121
```
2222

2323
Add the following lines to your application's Gemfile:

ruby/sqlcommenter-ruby/sqlcommenter_rails_demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ This is a demo [Rails API] application to demonstrate [sqlcommenter_rails] integ
99

1010
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.
1111

12-
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:
12+
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:
1313

1414
```bash
15-
git clone https://github.com/glebm/marginalia.git ../marginalia
15+
git clone https://github.com/modulitos/marginalia.git ../marginalia
1616
git -C ../marginalia checkout formatting
1717
```
1818

0 commit comments

Comments
 (0)