Skip to content

Commit d630375

Browse files
committed
Update footer
1 parent 2d50909 commit d630375

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ Please note that this project is released with a [Contributor Code of Conduct](h
4545

4646
Code is licensed under [GNU Affero License](LICENSE) © 2022 [Andrew Nesbitt](https://github.com/andrew).
4747

48-
Data from the API is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
48+
Data from the API is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).

app/views/layouts/application.html.erb

+8-5
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,18 @@
2929
</div>
3030

3131
<footer class="py-5 container-sm text-muted text-center">
32-
<%= link_to 'Ecosyste.ms', 'https://ecosyste.ms', class: 'link-dark', target: :_blank %>
32+
<%= link_to 'About', 'https://ecosyste.ms', class: 'link-dark', target: :_blank %>
3333
<%= link_to 'Blog', "https://blog.ecosyste.ms", class: 'link-dark', target: :_blank %>
3434
<%= link_to 'API', rswag_ui_path, class: 'link-dark', target: :_blank %>
35-
<%= link_to 'GitHub', "https://github.com/ecosyste-ms/diff", class: 'link-dark', target: :_blank %>
36-
<%= link_to 'Open Collective', "https://opencollective.com/ecosystems", class: 'link-dark', target: :_blank %>
37-
<%= link_to 'Twitter', "https://twitter.com/ecosyste_ms", class: 'link-dark', target: :_blank %>
35+
<%= link_to 'Status', 'https://ecosystems.appsignal-status.com/', class: 'link-dark', target: :_blank %>
36+
<br/>
37+
<%= link_to 'GitHub', "https://github.com/ecosyste-ms/diff", class: 'link-dark', target: :_blank %>
38+
<%= link_to 'Open Collective', "https://opencollective.com/ecosystems", class: 'link-dark', target: :_blank %>
39+
<%= link_to 'Twitter', "https://twitter.com/ecosyste_ms", class: 'link-dark', target: :_blank %>
40+
<%= link_to 'Mastodon', "https://mastodon.social/@ecosystems", class: 'link-dark', target: :_blank %>
3841
<br/>
3942
Code: <%= link_to 'AGPL-3', 'https://github.com/ecosyste-ms/diff/blob/main/LICENSE', class: 'link-dark' %>
40-
Data: <%= link_to 'CC BY 4.0', 'https://creativecommons.org/licenses/by/4.0/', class: 'link-dark', target: :_blank %>
43+
Data: <%= link_to 'CC BY-SA 4.0', 'https://creativecommons.org/licenses/by-sa/4.0/', class: 'link-dark', target: :_blank %>
4144
</footer>
4245
</body>
4346
</html>

openapi/api/v1/openapi.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ info:
88
url: https://ecosyste.ms
99
version: 1.0.0
1010
license:
11-
name: CC-BY-4.0
12-
url: https://creativecommons.org/licenses/by/4.0/
11+
name: CC-BY-SA-4.0
12+
url: https://creativecommons.org/licenses/by-sa/4.0/
1313
externalDocs:
1414
description: GitHub Repository
1515
url: https://github.com/ecosyste-ms/diff

0 commit comments

Comments
 (0)