Rename package and repository

This commit is contained in:
Stéphane Goetz
2017-09-13 21:43:40 +02:00
parent 77d5e9fe5e
commit 70ecd5c2e2
11 changed files with 44 additions and 42 deletions

View File

@ -119,4 +119,4 @@ Here's an image.
Note: to use images on a landing page (index.md), prefix the image URL with the name of the directory it appears in, omitting the numerical prefix used to order the sections. For example in this section, to display this image on the landing page (index.md), the URL for the image would be "Features/sampleimage.png" to display the same image.
*View the [source of this content](https://github.com/justinwalsh/daux.io/blob/master/docs/01_Features/CommonMark_compliant.md).*
*View the [source of this content](https://github.com/dauxio/daux.io/blob/master/docs/01_Features/CommonMark_compliant.md).*

View File

@ -11,7 +11,7 @@ Daux.io will handle the rest
```json
{
"html": {
"edit_on_github": "justinwalsh/daux.io/blob/master/docs"
"edit_on_github": "dauxio/daux.io/blob/master/docs"
}
}
```
@ -28,7 +28,7 @@ As long as you can refer your files by a URL, you can create an edit link for yo
"html": {
"edit_on": {
"name": "Bitbucket",
"basepath": "https://bitbucket.org/onigoetz/daux.io/src/master/docs"
"basepath": "https://bitbucket.org/dauxio/daux.io/src/master/docs"
}
}
}