File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import styled from '@emotion/styled'
3
3
import Background from '../resources/background-image.png'
4
4
import TwitterLogo from '../resources/twitter.svg'
5
5
import GithubLogo from '../resources/github.svg'
6
- import SpectrumLogo from '../resources/spectrum .svg'
6
+ import DiscourseLogo from '../resources/discourse .svg'
7
7
8
8
const StyledFooter = styled . div `
9
9
.footer {
@@ -48,8 +48,8 @@ const Footer = ({background}) => (
48
48
< a href = "https://github.com/eclipse-theia/theia" target = "_blank" rel = "noopener noreferrer" className = "footer__link" >
49
49
< img src = { GithubLogo } alt = "Github Logo" className = "footer__icon" />
50
50
</ 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' } } />
53
53
</ a >
54
54
</ div >
55
55
< 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 >
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ class Nav extends React.Component {
183
183
< Link to = "/docs/" className = "nav__link" activeClassName = "active" > Documentation</ Link >
184
184
</ li >
185
185
< 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 >
187
187
</ li >
188
188
< li className = "nav__item" >
189
189
< a href = "https://www.typefox.io/theia/" className = "nav__link" target = "_blank" rel = "noopener" > Support</ a >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: README
4
4
5
5
# Theia - Cloud & Desktop IDE
6
6
[ ![ 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/ )
8
8
[ ![ Build Status] ( https://travis-ci.org/eclipse-theia/theia.svg?branch=master )] ( https://travis-ci.org/eclipse-theia/theia )
9
9
[ ![ Open questions] ( https://img.shields.io/badge/Open-questions-pink.svg?style=flat-square )] ( https://github.com/eclipse-theia/theia/labels/question )
10
10
[ ![ 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:
34
34
## Feedback
35
35
36
36
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/ ) .
38
38
- Ask a question, request a new feature and file a bug with [ GitHub issues] ( https://github.com/eclipse-theia/theia/issues/new ) .
39
39
- Star the repository to show your support.
40
40
- Follow Theia on [ Twitter] ( https://twitter.com/theia_ide ) .
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments