Skip to content

Commit 200d10e

Browse files
Remove external community and support communication links
1 parent 089eb36 commit 200d10e

4 files changed

Lines changed: 9 additions & 29 deletions

File tree

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ via GitHub pull requests.
118118
## News and Events
119119

120120
* [Blog](https://blogs.apache.org/cloudstack)
121-
* [Twitter](https://twitter.com/cloudstack)
122121
* [Events and meetup](http://cloudstackcollab.org/)
123-
* [YouTube channel](https://www.youtube.com/ApacheCloudStack)
124122

125123
## Getting Involved and Contributing
126124

@@ -143,14 +141,13 @@ several communications channels, the [mailing lists](https://cloudstack.apache.o
143141
official channels for making decisions about the project itself.
144142

145143
Mailing lists:
146-
- [Development Mailing List](mailto:dev-subscribe@cloudstack.apache.org)
147-
- [Users Mailing List](mailto:users-subscribe@cloudstack.apache.org)
148-
- [Commits Mailing List](mailto:commits-subscribe@cloudstack.apache.org)
149-
- [Issues Mailing List](mailto:issues-subscribe@cloudstack.apache.org)
150-
- [Marketing Mailing List](mailto:marketing-subscribe@cloudstack.apache.org)
151-
152-
Report and/or check bugs on [GitHub](https://github.com/apache/cloudstack/issues) and check our
153-
developer [page](https://cloudstack.apache.org/developers.html) for contributing code.
144+
- Development Mailing List
145+
- Users Mailing List
146+
- Commits Mailing List
147+
- Issues Mailing List
148+
- Marketing Mailing List
149+
150+
Check our developer [page](https://cloudstack.apache.org/developers.html) for contributing code.
154151

155152
## Reporting Security Vulnerabilities
156153

ui/public/config.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"docBase": "http://docs.cloudstack.apache.org/en/latest",
1111
"appTitle": "CloudStack",
12-
"footer": "Licensed under the <a href='http://www.apache.org/licenses/' target='_blank'>Apache License</a>, Version 2.0.",
12+
"footer": "Licensed under the Apache License, Version 2.0.",
1313
"loginTitle": "CloudStack",
1414
"loginFavicon": "assets/logo.svg",
1515
"loginFooter": "",
@@ -81,18 +81,6 @@
8181
"link": "https://cloudstack.apache.org/api.html",
8282
"icon": "api-outlined"
8383
},
84-
{
85-
"title": "Email Support",
86-
"text": "Join CloudStack users mailing list to seek and provide support",
87-
"link": "mailto:users-subscribe@cloudstack.apache.org",
88-
"icon": "mail-outlined"
89-
},
90-
{
91-
"title": "Report Issue",
92-
"text": "Submit a bug or improvement request",
93-
"link": "https://github.com/apache/cloudstack/issues/new",
94-
"icon": "bug-outlined"
95-
}
9684
]
9785
},
9886
"plugins": [],

ui/src/components/page/GlobalFooter.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@
3131
{{ $t('label.new.version.available') + ': ' + $store.getters.latestVersion.version }}
3232
</a>
3333
</span>
34-
<a-divider type="vertical" />
35-
<a href="https://github.com/apache/cloudstack/discussions" target="_blank">
36-
<github-outlined />
37-
{{ $t('label.report.bug') }}
38-
</a>
3934
</div>
4035
</div>
4136
</template>

ui/src/views/dashboard/OnboardingDashboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<pre>{{ $t('message.installwizard.cloudstack.helptext.mailinglists') }}<a href="https://cloudstack.apache.org/mailing-lists.html" target="_blank">https://cloudstack.apache.org/mailing-lists.html</a></pre>
3636
<pre>{{ $t('message.installwizard.cloudstack.helptext.survey') }}<a href="https://cloudstack.apache.org/survey.html" target="_blank">https://cloudstack.apache.org/survey.html</a></pre>
37-
<pre>{{ $t('message.installwizard.cloudstack.helptext.issues') }}<a href="https://github.com/apache/cloudstack/issues/new" target="_blank">https://github.com/apache/cloudstack/issues/new</a></pre>
37+
<pre>{{ $t('message.installwizard.cloudstack.helptext.issues') }}</pre>
3838

3939
<a-button @click="() => { step = 1 }" type="primary">
4040
{{ $t('label.continue.install') }}

0 commit comments

Comments
 (0)