Skip to content

Commit 53789d0

Browse files
authored
Merge pull request #115 from theia-ide/discourse
Updated links from Spectrum to Discourse.
2 parents 44e9d01 + 86f8b89 commit 53789d0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/components/Footer.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import styled from '@emotion/styled'
33
import Background from '../resources/background-image.png'
44
import TwitterLogo from '../resources/twitter.svg'
55
import GithubLogo from '../resources/github.svg'
6-
import SpectrumLogo from '../resources/spectrum.svg'
6+
import DiscourseLogo from '../resources/discourse.svg'
77

88
const StyledFooter = styled.div`
99
.footer {
@@ -48,8 +48,8 @@ const Footer = ({background}) => (
4848
<a href="https://github.com/eclipse-theia/theia" target="_blank" rel="noopener noreferrer" className="footer__link">
4949
<img src={GithubLogo} alt="Github Logo" className="footer__icon" />
5050
</a>
51-
<a href="https://spectrum.chat/theia" target="_blank" rel="noopener noreferrer" className="footer__link">
52-
<img src={SpectrumLogo} alt="Spectrum Logo" className="footer__icon" style={{height: '3.2rem'}}/>
51+
<a href="https://community.theia-ide.org/" target="_blank" rel="noopener noreferrer" className="footer__link">
52+
<img src={DiscourseLogo} alt="Discourse Logo" className="footer__icon" style={{height: '3.2rem'}}/>
5353
</a>
5454
</div>
5555
<p className="footer__copyright"><a target="_blank" rel="noopener noreferrer" href=" http://www.eclipse.org/legal/privacy.php">Privacy Policy</a> | <a target="_blank" rel="noopener noreferrer" href=" http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a> | <a target="_blank" rel="noopener noreferrer" href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a></p>

src/components/Nav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ class Nav extends React.Component {
183183
<Link to="/docs/" className="nav__link" activeClassName="active">Documentation</Link>
184184
</li>
185185
<li className="nav__item">
186-
<a href="https://spectrum.chat/theia" target="_blank" rel="noopener" className="nav__link">Community</a>
186+
<a href="https://community.theia-ide.org/" target="_blank" rel="noopener" className="nav__link">Community</a>
187187
</li>
188188
<li className="nav__item">
189189
<a href="https://www.typefox.io/theia/" className="nav__link" target="_blank" rel="noopener">Support</a>

src/docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: README
44

55
# Theia - Cloud & Desktop IDE
66
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/eclipse-theia/theia/labels/help%20wanted)
7-
[![Community](https://img.shields.io/badge/chat-on%20spectrum-blue.svg)](https://spectrum.chat/theia)
7+
[![Discourse status](https://img.shields.io/discourse/status?color=blue&label=Community&server=https%3A%2F%2Fcommunity.theia-ide.org%2F)](https://community.theia-ide.org/)
88
[![Build Status](https://travis-ci.org/eclipse-theia/theia.svg?branch=master)](https://travis-ci.org/eclipse-theia/theia)
99
[![Open questions](https://img.shields.io/badge/Open-questions-pink.svg?style=flat-square)](https://github.com/eclipse-theia/theia/labels/question)
1010
[![Open bugs](https://img.shields.io/badge/Open-bugs-red.svg?style=flat-square)](https://github.com/eclipse-theia/theia/labels/bug)
@@ -34,7 +34,7 @@ Read below to learn how to take part in improving Theia:
3434
## Feedback
3535

3636
Read below how to engage with Theia community:
37-
- Join the discussion on [Spectrum](https://spectrum.chat/theia).
37+
- Join the discussion on [Discourse](https://community.theia-ide.org/).
3838
- Ask a question, request a new feature and file a bug with [GitHub issues](https://github.com/eclipse-theia/theia/issues/new).
3939
- Star the repository to show your support.
4040
- Follow Theia on [Twitter](https://twitter.com/theia_ide).

src/resources/discourse.svg

Lines changed: 1 addition & 0 deletions
Loading

src/resources/spectrum.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)