Skip to content

Commit 1a31227

Browse files
authored
Merge pull request #316 from presslabs/fix-404s
Fixed 2 404
2 parents fd3ed40 + 08517bf commit 1a31227

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/how-it-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ menu:
1010

1111
## FUSE
1212

13-
gitfs uses [FUSE](http://fuse.sourceforge.net/) to create its filesystem. It’s used to create the `current` and `history` directories that you can find where you mounted the repository. More on that [here](usage.md#user-content-directory-structure).
13+
gitfs uses [FUSE](http://fuse.sourceforge.net/) to create its filesystem. It’s used to create the `current` and `history` directories that you can find where you mounted the repository. More on that [here](./usage.md#user-content-directory-structure).
1414

1515
## pygit2
1616

docs/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For production use the following arguments:
7171
gitfs -o log=/var/log/gitfs.log,debug=false,foreground=false,log_level=warning,commiter_name=foo_user,commiter_email=foo_user@whatever.com,user=www-data,group=www-data,username=foo_user,password=boo_password https://github.com/foo_user/my_git_project.git /var/mount/whatever_dir
7272
```
7373

74-
See [Arguments](arguments.md) for more details.
74+
See [Arguments](./arguments.md) for more details.
7575

7676
### Directory structure
7777

@@ -101,6 +101,6 @@ The inner folders are the snapshots of their respective commits.
101101

102102
### Keeping things up to date
103103

104-
`gitfs` automatically fetches the newest changes from your repository at a given time interval. The default delay between fetches is `30s` but you can change this value with the `fetch_delay` argument. See [Arguments](arguments.md) for more details.
104+
`gitfs` automatically fetches the newest changes from your repository at a given time interval. The default delay between fetches is `30s` but you can change this value with the `fetch_delay` argument. See [Arguments](./arguments.md) for more details.
105105

106106
The inner folders are the snapshots of their respective commits.

0 commit comments

Comments
 (0)