Skip to content

Commit c313851

Browse files
author
Phil Hawksworth
authored
Merge pull request #83 from netlify/prep-repo-rename
Prep repo rename
2 parents 90c9346 + 3cd5022 commit c313851

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Please read the [contributing guidelines](https://github.com/netlify/functions/blob/master/.github/CONTRIBUTING.md) and [code of conduct](https://github.com/netlify/functions/blob/master/.github/CODE_OF_CONDUCT.md) before creating an issue.**
1+
**Please read the [contributing guidelines](https://github.com/netlify/functions.netlify.com/blob/master/.github/CONTRIBUTING.md) and [code of conduct](https://github.com/netlify/functions.netlify.com/blob/master/.github/CODE_OF_CONDUCT.md) before creating an issue.**
22

33
Please prefix your issue with one of the following: **[Bug]** **[Proposal]** **[Question]**.
44

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
**Please read the [contributing guidelines](https://github.com/netlify/functions/blob/master/.github/CONTRIBUTING.md) and [code of conduct](https://github.com/netlify/functions/blob/master/.github/CODE_OF_CONDUCT.md) before creating a pull request.**
1+
**Please read the [contributing guidelines](https://github.com/netlify/functions.netlify.com/blob/master/.github/CONTRIBUTING.md) and [code of conduct](https://github.com/netlify/functions.netlify.com/blob/master/.github/CODE_OF_CONDUCT.md) before creating a pull request.**
22

33
Please prefix your pull request with one of the following: **[Feature]** **[Fix]** **[Enhancement]**.
44

5-
If the pull request is a **fix** please **link to the related issue**, all bugs must have an [an issue created](https://github.com/netlify/functions/issues/new) before a fix is provided.
5+
If the pull request is a **fix** please **link to the related issue**, all bugs must have an [an issue created](https://github.com/netlify/functions.netlify.com/issues/new) before a fix is provided.
66

7-
If the pull request is a **feature** please **provide a summary of how it works**, as well as documentation in the [readme](https://github.com/netlify/functions/blob/master/README.md).
7+
If the pull request is a **feature** please **provide a summary of how it works**, as well as documentation in the [readme](https://github.com/netlify/functions.netlify.com/blob/master/README.md).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Everything you ever wanted to know about Netlify Functions ⚡️
1717

1818
Please create an issue in order to submit contributions to be considered for inclusion in this site.
1919

20-
Choose the approprite issue type from the [New Issue](https://github.com/netlify/functions/issues/new/choose) page.
20+
Choose the approprite issue type from the [New Issue](https://github.com/netlify/functions.netlify.com/issues/new/choose) page.
2121

2222

2323
## Installing
@@ -35,7 +35,7 @@ You'll need to generate a GitHub Access Token to retrieve stars and forks. Add t
3535
URL=http://localhost:8080
3636
GITHUB_TOKEN=
3737
SLACK_WEBHOOK_URL=
38-
GREETING="hi smashingconf"
38+
GREETING="hi from the Netlify functions site"
3939
```
4040

4141
## Options

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"dev": "ELEVENTY_ENV=development eleventy --serve --watch",
55
"debug": "DEBUG=* eleventy"
66
},
7-
"repository": "netlify/functions",
7+
"repository": "netlify/functions.netlify.com",
88
"bugs": {
9-
"url": "https://github.com/netlify/functions/issues"
9+
"url": "https://github.com/netlify/functions.netlify.com/issues"
1010
},
1111
"homepage": "https://functions.netlify.com",
1212
"devDependencies": {

src/_data/site.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = {
4444

4545
navigationSecondary: [
4646
{
47-
url: "https://github.com/netlify/functions/",
47+
url: "https://github.com/netlify/functions.netlify.com/",
4848
title: "Contribute",
4949
},
5050
{

0 commit comments

Comments
 (0)