Skip to content
This repository was archived by the owner on Aug 31, 2020. It is now read-only.

Commit b4922bd

Browse files
author
lepon01
committed
Link to GitHub dependencies for attributions
1 parent 0c973f0 commit b4922bd

File tree

3 files changed

+5
-35
lines changed

3 files changed

+5
-35
lines changed

data/en/docs/attribution.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,4 @@ Terminal.ink is commited to open source, by making all source code open to allow
88

99
This website uses magic technology from the open source community.
1010

11-
```json
12-
{
13-
"flat": "^4.1.0",
14-
"gatsby": "next",
15-
"gatsby-image": "next",
16-
"gatsby-link": "next",
17-
"gatsby-plugin-catch-links": "^2.0.2",
18-
"gatsby-plugin-netlify": "^2.0.0",
19-
"gatsby-plugin-offline": "^2.0.5",
20-
"gatsby-plugin-react-helmet": "next",
21-
"gatsby-plugin-sass": "next",
22-
"gatsby-plugin-sharp": "next",
23-
"gatsby-remark-external-links": "0.0.4",
24-
"gatsby-source-filesystem": "next",
25-
"gatsby-transformer-remark": "next",
26-
"gatsby-transformer-sharp": "next",
27-
"js-yaml": "^3.12.0",
28-
"mkdirp": "^0.5.1",
29-
"mustache": "^3.0.0",
30-
"node-sass": "^4.9.3",
31-
"react": "^16.5.1",
32-
"react-dom": "^16.5.1",
33-
"react-helmet": "^5.2.0",
34-
"react-intl": "^2.6.0",
35-
"react-monaco-editor": "^0.18.0",
36-
"request": "^2.88.0",
37-
"rimraf": "^2.6.2",
38-
"sharp": "^0.20.8",
39-
"word-wrap": "^1.2.3"
40-
}
41-
```
11+
[View all dependencies here](https://github.com/Terminal/Discord_Fork/network/dependencies)

data/en/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Documentation for the Discord Fork list, the open source bot listin
77
Discord_Fork is the (nearly) entirely clientside bot list, relying on a server only for GitHub OAuth to fetch the client token for the user.
88

99
- [Available API endpoints](/docs/api-reference)
10-
- [Attribution](/docs/attribution)
10+
- [Dependencies](https://github.com/Terminal/Discord_Fork/network/dependencies)
1111

1212
## Useful Links
1313
- [Add a new bot](/edit)

src/components/Footer/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ class Footer extends React.Component {
1919
<hr />
2020
<p>
2121
{/* Use a full width Vertical pipe: `|` */}
22-
<a href="https://github.com/Terminal/Discord_Fork/blob/master/LICENCE">
22+
<a href="https://github.com/Terminal/Discord_Fork/blob/v2/LICENCE">
2323
<FormattedMessage id="footer.licence" />
2424
</a>
25-
<LocalLink to="/docs/attribution">
25+
<a href="https://github.com/Terminal/Discord_Fork/network/dependencies">
2626
<FormattedMessage id="footer.attribution" />
27-
</LocalLink>
27+
</a>
2828
<a href="https://github.com/Terminal/Discord_Fork">
2929
<FormattedMessage id="footer.source" />
3030
</a>

0 commit comments

Comments
 (0)