Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maorlipchuk authored Jun 27, 2016
1 parent 61f7eba commit 209949b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Once a link has been found it validate it and print an appropriate log.
## SETUP
* Make sure <i>python</i> and <i>git</i> are installed on your env.
* Clone the wiki git repo you want to scan, as so : `git clone git@github.com:{any wiki project}.git`
For example, this is how we clone ovirt-site:
For example, this is how to clone ovirt-site:
```
git clone git@github.com:oVirt/ovirt-site.git
```
Expand Down Expand Up @@ -91,7 +91,7 @@ DEBUG_LOG = 'links.log'
```

#### Mail configuration
* To manipulate the subject of your mail that will be diplayed once your send it:
* The subject of the email, sent to the author, can be manipulated at conf/[mail.conf](/conf/mail.conf):
```
SUBJECT=Broken http link has been found in wiki page
```
Expand Down

0 comments on commit 209949b

Please sign in to comment.