Skip to content

Commit 1882f03

Browse files
committed
Update Swagger documentation URL in README.md
1 parent d8f9304 commit 1882f03

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Often, the first step developers take after creating their database is to create
99

1010
You can find the full documentation for the tutorial on the Couchbase Developer Portal.
1111

12-
If you are looking for a quick start using Ruby on Rails, you can find it in this repository.
13-
1412
## Prerequisites
1513

1614
To run this prebuilt project, you will need:
@@ -64,7 +62,7 @@ Note: The connection string expects the couchbases:// or couchbase:// part.
6462
### Directly on machine
6563
At this point, we have installed the dependencies, loaded the travel-sample data and configured the application with the credentials. The application is now ready and you can run it.
6664

67-
The application will run on a port specified by Rails. You can find the port in the terminal after running the application. You will find the Swagger documentation at http://localhost:3000/api-doc of the API if you go to the URL in your browser.
65+
The application will run on a port specified by Rails. You can find the port in the terminal after running the application. You will find the Swagger documentation at [http://localhost:3000/api-doc](http://localhost:3000/api-doc) of the API if you go to the URL in your browser.
6866

6967
```sh
7068
rails server

dev.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
DB_USERNAME=kaustav
2-
DB_PASSWORD=password
3-
DB_CONN_STR=couchbase://localhost
1+
DB_USERNAME="kaustav"
2+
DB_PASSWORD="password"
3+
DB_CONN_STR="couchbase://localhost"

0 commit comments

Comments
 (0)