Skip to content

Commit 7ee236a

Browse files
committed
couchbase-orm repo link fix
1 parent 5899fba commit 7ee236a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gem 'jbuilder'
3030
gem 'rswag'
3131

3232
# Ruby Couchbase ORM
33-
gem 'couchbase-orm', git: 'https://github.com/doctolib/couchbase-orm'
33+
gem 'couchbase-orm', git: 'https://github.com/Couchbase-Ecosystem/couchbase-ruby-orm'
3434

3535
# Use Redis adapter to run Action Cable in production
3636
# gem "redis", ">= 4.0.1"

docusaurus/docs/tutorial-ruby-couchbase-orm/02-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To install Couchbase ORM, you have a couple of options:
3333
1. **Using Bundler** (recommended): If you're using Bundler to manage your project's dependencies, add the following line to your `Gemfile`:
3434

3535
```ruby
36-
gem 'couchbase-orm', git: 'https://github.com/doctolib/couchbase-orm'
36+
gem 'couchbase-orm', git: 'https://github.com/Couchbase-Ecosystem/couchbase-ruby-orm'
3737
```
3838

3939
Then, run the following command to install the gem:

0 commit comments

Comments
 (0)