Skip to content

Commit 28a33f9

Browse files
chore(docs): remove www prefix
1 parent c213542 commit 28a33f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ If you’d like to use the repository from source, you can either install from g
4343
To install via git in your `Gemfile`:
4444

4545
```ruby
46-
gem "openlayer", git: "https://www.github.com/openlayer-ai/openlayer-ruby"
46+
gem "openlayer", git: "https://github.com/openlayer-ai/openlayer-ruby"
4747
```
4848

4949
Alternatively, reference local copy of the repo:
5050

5151
```bash
52-
$ git clone -- 'https://www.github.com/openlayer-ai/openlayer-ruby' '<path-to-repo>'
52+
$ git clone -- 'https://github.com/openlayer-ai/openlayer-ruby' '<path-to-repo>'
5353
```
5454

5555
```ruby

0 commit comments

Comments
 (0)