Skip to content

Commit ca05b17

Browse files
committed
[ci skip]
1 parent bc4912f commit ca05b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3348,7 +3348,7 @@ Now the behavior is clear, that we are only using the connection information in
33483348

33493349
#### Configuring an SQLite3 Database
33503350

3351-
Rails comes with built-in support for [SQLite3](http://www.sqlite.org), which is a lightweight serverless database application. While Rails better configures SQLite for production workloads, a busy production environment may overload SQLite. Rails defaults to using an SQLite database when creating a new project, but you can always change it later.
3351+
Rails comes with built-in support for [SQLite3](https://www.sqlite.org), which is a lightweight serverless database application. While Rails better configures SQLite for production workloads, a busy production environment may overload SQLite. Rails defaults to using an SQLite database when creating a new project, but you can always change it later.
33523352

33533353
Here's the section of the default configuration file (`config/database.yml`) with connection information for the development environment:
33543354

0 commit comments

Comments
 (0)