Skip to content

Commit 55c5422

Browse files
committed
Update couchbase documentation url to include subdomain
1 parent 6594426 commit 55c5422

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Couchbase ORM for Rails
22

33
## Documentation
4-
https://couchbase-ruby-orm.com
4+
https://www.couchbase-ruby-orm.com
55

66
## Installation
77
Add this line to your application's Gemfile:
@@ -117,7 +117,7 @@ The following types have been tested :
117117
- See <https://docs.couchbase.com/couchbase-lite/current/c/field-level-encryption.html>
118118
- **Important**: CouchbaseOrm does not perform encryption/decryption - your application must encrypt data before storing it
119119
- Values must be Base64-encoded strings containing pre-encrypted ciphertext
120-
- See the [encryption documentation](https://couchbase-ruby-orm.com/docs/tutorial-ruby-couchbase-orm/encryption) for details
120+
- See the [encryption documentation](https://www.couchbase-ruby-orm.com/docs/tutorial-ruby-couchbase-orm/encryption) for details
121121
- :array (see below)
122122
- :nested (see below)
123123

couchbase-orm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
99
gem.metadata = {
1010
"source_code_uri" => "https://github.com/Couchbase-Ecosystem/couchbase-ruby-orm",
1111
"bug_tracker_uri" => "https://github.com/Couchbase-Ecosystem/couchbase-ruby-orm/issues",
12-
"documentation_uri" => "https://couchbase-ruby-orm.com/",
12+
"documentation_uri" => "https://www.couchbase-ruby-orm.com/",
1313
"homepage_uri" => "https://github.com/Couchbase-Ecosystem/couchbase-ruby-orm"
1414
}
1515
gem.summary = 'Couchbase ORM for Rails'

0 commit comments

Comments
 (0)