Skip to content

Commit aa408c0

Browse files
authored
Merge pull request #2 from sw-yx/patch-1
[docs] add direct link to source in readme
2 parents a8088f1 + 2b48ce0 commit aa408c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ interested in how databases work.
541541

542542
The best places to start are the main entry points into GitDB:
543543

544-
- `Open()` - Initializes the reference to the database. It's responsible for
544+
- [`Open()`](https://github.com/gogitdb/gitdb/blob/a8088f138b072edd64021591e34adf878f2d0bd5/init.go#L17) - Initializes the reference to the database. It's responsible for
545545
creating the database if it doesn't exist and pulling down existing database
546546
if an online remote is specified.
547547

@@ -556,4 +556,4 @@ Below is a list of public, open source projects that use GitDB:
556556
* VogueHotel - Uses Gitdb as the default database backend.
557557
558558
559-
If you are using GitDB in a project please send a pull request to add it to the list. -->
559+
If you are using GitDB in a project please send a pull request to add it to the list. -->

0 commit comments

Comments
 (0)