diff --git a/_sample_configs/complex_config.yml b/_sample_configs/complex_config.yml
index b65d2709..8f443238 100644
--- a/_sample_configs/complex_config.yml
+++ b/_sample_configs/complex_config.yml
@@ -101,7 +101,7 @@ wtf:
rows:
even: "lightblue"
odd: "white"
- domain: "https://lendesk.atlassian.net"
+ domain: "https://company.atlassian.net"
enabled: true
position:
top: 1
diff --git a/_site/content/posts/installation.md b/_site/content/posts/installation.md
index 8354502f..24829498 100644
--- a/_site/content/posts/installation.md
+++ b/_site/content/posts/installation.md
@@ -12,8 +12,7 @@ Get this repo and install the dependencies:
```bash
go get github.com/senorprogrammer/wtf
-cd $GOPATH/github.com/senorprogrammer/wtf
-go get ./...
+cd $GOPATH/src/github.com/senorprogrammer/wtf
make install
make run
```
diff --git a/_site/content/posts/modules/git.md b/_site/content/posts/modules/git.md
index 72d14cfb..ba0958ea 100644
--- a/_site/content/posts/modules/git.md
+++ b/_site/content/posts/modules/git.md
@@ -63,7 +63,7 @@ git:
refreshInterval: 8
repositories:
- "/Users/chris/go/src/github.com/senorprogrammer/wtf"
- - "/Users/chris/Documents/Lendesk/fakeapp"
+ - "/Users/user/fakeapp"
```
### Attributes
diff --git a/_site/content/posts/modules/jira.md b/_site/content/posts/modules/jira.md
index 5b58fab0..008db39a 100644
--- a/_site/content/posts/modules/jira.md
+++ b/_site/content/posts/modules/jira.md
@@ -39,7 +39,7 @@ jira:
left: 1
height: 1
width: 2
- project: "CORE"
+ project: "JIRA"
refreshInterval: 900
username: "chris.cummer"
```
diff --git a/docs/index.xml b/docs/index.xml
index e09ddffd..1f1d5dc5 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -56,7 +56,7 @@ Quick Start Download the stand-alone, compiled binary. Unzip the downloaded fil
http://wtfutil.com/posts/installation/
There are two ways to install WTF:
From Source Get this repo and install the dependencies:
-go get github.com/senorprogrammer/wtf cd $GOPATH/github.com/senorprogrammer/wtf go get ./... make install make run and that should probably do it.
+go get github.com/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run and that should probably do it.
As a Binary Grab the latest version from here:
https://github.com/senorprogrammer/wtf/releases expand it, and cd into the resulting directory. Then run:
./wtf and that should also do it.
@@ -108,7 +108,7 @@ Key: j Action: Select the next item in the list.
Displays all Jira issues assigned to you for the specified project.
Source Code wtf/jira/ Required ENV Variables Key: WTF_JIRA_API_KEY Value: Your Jira API key.
Keyboard Commands None.
-Configuration jira:colors:rows:even:"lightblue"odd:"white"domain:"https://umbrellacorp.atlassian.net"email:"chriscummer@me.com"enabled:trueposition:top:4left:1height:1width:2project:"CORE"refreshInterval:900username:"chris.cummer" Attributes colors.rows.even Define the foreground color for even-numbered rows. Values: Any X11 color name.
+Configuration jira:colors:rows:even:"lightblue"odd:"white"domain:"https://umbrellacorp.atlassian.net"email:"chriscummer@me.com"enabled:trueposition:top:4left:1height:1width:2project:"JIRA"refreshInterval:900username:"chris.cummer" Attributes colors.rows.even Define the foreground color for even-numbered rows. Values: Any X11 color name.
colors.rows.odd Define the foreground color for odd-numbered rows. Values: Any X11 color name.
domain Your Jira corporate domain. Values: A valid URI.
email The email address associated with your Jira account.
diff --git a/docs/posts/index.xml b/docs/posts/index.xml
index 787ae72c..2a9786c0 100644
--- a/docs/posts/index.xml
+++ b/docs/posts/index.xml
@@ -56,7 +56,7 @@ Quick Start Download the stand-alone, compiled binary. Unzip the downloaded fil
http://wtfutil.com/posts/installation/
There are two ways to install WTF:
From Source Get this repo and install the dependencies:
-go get github.com/senorprogrammer/wtf cd $GOPATH/github.com/senorprogrammer/wtf go get ./... make install make run and that should probably do it.
+go get github.com/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run and that should probably do it.
As a Binary Grab the latest version from here:
https://github.com/senorprogrammer/wtf/releases expand it, and cd into the resulting directory. Then run:
./wtf and that should also do it.
@@ -108,7 +108,7 @@ Key: j Action: Select the next item in the list.
Displays all Jira issues assigned to you for the specified project.
Source Code wtf/jira/ Required ENV Variables Key: WTF_JIRA_API_KEY Value: Your Jira API key.
Keyboard Commands None.
-Configuration jira:colors:rows:even:"lightblue"odd:"white"domain:"https://umbrellacorp.atlassian.net"email:"chriscummer@me.com"enabled:trueposition:top:4left:1height:1width:2project:"CORE"refreshInterval:900username:"chris.cummer" Attributes colors.rows.even Define the foreground color for even-numbered rows. Values: Any X11 color name.
+Configuration jira:colors:rows:even:"lightblue"odd:"white"domain:"https://umbrellacorp.atlassian.net"email:"chriscummer@me.com"enabled:trueposition:top:4left:1height:1width:2project:"JIRA"refreshInterval:900username:"chris.cummer" Attributes colors.rows.even Define the foreground color for even-numbered rows. Values: Any X11 color name.
colors.rows.odd Define the foreground color for odd-numbered rows. Values: Any X11 color name.
domain Your Jira corporate domain. Values: A valid URI.
email The email address associated with your Jira account.
diff --git a/docs/posts/installation/index.html b/docs/posts/installation/index.html
index 7f058ad7..f1f3db93 100644
--- a/docs/posts/installation/index.html
+++ b/docs/posts/installation/index.html
@@ -115,8 +115,7 @@
Get this repo and install the dependencies:
go get github.com/senorprogrammer/wtf
-cd $GOPATH/github.com/senorprogrammer/wtf
-go get ./...
+cd $GOPATH/src/github.com/senorprogrammer/wtf
make install
make run
and that should probably do it.
diff --git a/docs/posts/modules/git/index.html b/docs/posts/modules/git/index.html
index 4e332d14..36792492 100644
--- a/docs/posts/modules/git/index.html
+++ b/docs/posts/modules/git/index.html
@@ -162,7 +162,7 @@ commit, and their status.
refreshInterval: 8
repositories:
- "/Users/chris/go/src/github.com/senorprogrammer/wtf"
- - "/Users/chris/Documents/Lendesk/fakeapp"
+ - "/Users/user/fakeapp"
Attributes
commitCount
diff --git a/docs/posts/modules/jira/index.html b/docs/posts/modules/jira/index.html
index 146e10c3..5b7387ae 100644
--- a/docs/posts/modules/jira/index.html
+++ b/docs/posts/modules/jira/index.html
@@ -138,7 +138,7 @@
left: 1
height: 1
width: 2
- project: "CORE"
+ project: "JIRA"
refreshInterval: 900
username: "chris.cummer"
Attributes