Skip to content

Commit 445c24c

Browse files
author
Vitalii Parfonov
authored
Use https instead of http in web links. (eclipse-che#4276)
Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
1 parent dcf6c63 commit 445c24c

16 files changed

Lines changed: 28 additions & 28 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Pull Request Policy: https://github.com/eclipse/che/wiki/Development-Workflow#pu
1717

1818

1919
#### Docs PR
20-
<!-- Please add a matching PR to [the docs repo](http://github.com/eclipse/che-docs) and link that PR to this issue.
20+
<!-- Please add a matching PR to [the docs repo](https://github.com/eclipse/che-docs) and link that PR to this issue.
2121
Both will be merged at the same time. -->

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Eclipse Che - Eclipse Next-Generation IDE
22
[![Join the chat at https://gitter.im/eclipse/che](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/eclipse/che?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3-
[![Eclipse License](http://img.shields.io/badge/license-Eclipse-brightgreen.svg)](https://github.com/codenvy/che/blob/master/LICENSE)
3+
[![Eclipse License](https://img.shields.io/badge/license-Eclipse-brightgreen.svg)](https://github.com/codenvy/che/blob/master/LICENSE)
44
[![Build Status](https://ci.codenvycorp.com/buildStatus/icon?job=che-ci-master)](https://ci.codenvycorp.com/job/che-ci-master)
55

66
https://www.eclipse.org/che/. Next-generation Eclipse platform, developer workspace server and cloud IDE. Che defines workspaces that include their dependencies including embedded containerized runtimes, Web IDE, and project code. This makes workspaces distributed, collaborative, and portable to run anywhere on a desktop or a server ... [Read More](https://www.eclipse.org/che/features/)
77

88
![Eclipse Che](https://www.eclipse.org/che/images/banner@2x.png "Eclipse Che")
99

1010
### Getting Started
11-
You can run Che in the public cloud, a private cloud, or install it on any OS. Che has been tested on Ubuntu, Linux, MacOS and Windows. The [step by step guide](http://eclipse.org/che/getting-started/) will get you going along with [our docs](https://www.eclipse.org/che/docs/).
11+
You can run Che in the public cloud, a private cloud, or install it on any OS. Che has been tested on Ubuntu, Linux, MacOS and Windows. The [step by step guide](https://eclipse.org/che/getting-started/) will get you going along with [our docs](https://www.eclipse.org/che/docs/).
1212

1313
The `che` repository is where we do development and there are many ways you can participate, for example:
1414

15-
- [Submit bugs and feature requests](http://github.com/eclipse/che/issues) and help us verify them
16-
- Review [source code changes](http://github.com/eclipse/che/pulls)
15+
- [Submit bugs and feature requests](https://github.com/eclipse/che/issues) and help us verify them
16+
- Review [source code changes](https://github.com/eclipse/che/pulls)
1717
- [Improve docs](https://github.com/codenvy/che-docs)
1818

1919
### Customizing
@@ -27,7 +27,7 @@ If you are interested in fixing issues and contributing directly to the code bas
2727
- [Contributor license agreement](https://github.com/eclipse/che/wiki/Contributor-License-Agreement)
2828

2929
### Feedback
30-
* **Support:** You can ask questions, report bugs, and request features using [GitHub issues](http://github.com/eclipse/che/issues).
30+
* **Support:** You can ask questions, report bugs, and request features using [GitHub issues](https://github.com/eclipse/che/issues).
3131
* **Roadmap:** We maintain [the roadmap](https://github.com/eclipse/che/wiki/Roadmap) on the wiki.
3232
* **Weekly Meetings:** Join us on [a hangout](https://github.com/eclipse/che/wiki/Weekly-Planning-Meetings).
3333

assembly/assembly-ide-war/src/main/webapp/IDE.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<meta name="mobile-web-app-capable" content="yes">
1818
<title>Eclipse Che</title>
1919
<link rel="shortcut icon" href="/_app/favicon.ico"/>
20-
<link href="http://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet" type="text/css"/>
20+
<link href="https://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet" type="text/css"/>
2121

2222
<script type="text/javascript" language="javascript">
2323

assembly/assembly-ide-war/src/main/webapp/_app/browserNotSupported.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (!IS_WS_SUPPORTED || (USER_AGENT.indexOf("chrome") == -1 && USER_AGENT.indexO
2323
var container = document.createElement('div');
2424
container.setAttribute('style', 'position:relative; height: 290px; margin: 20px auto 0; padding-top: 10px; width: 600px; text-align:center; font-family: Verdana, Bitstream Vera Sans, sans-serif; font-size:16px; border-top: 1px solid #DBDFE5; border-bottom: 1px solid #DBDFE5');
2525
}
26-
container.innerHTML = '<div style="height: 50px; margin:0 auto; font-size:18px; color: #2C578A; font-weight: bold">It looks like you&#39;re using a browser that isn&#39;t supported.</div><div style="height: 50px; margin:0 auto; font-size:16px; color: #707070">To use Codenvy, upgrade to the latest one of these supported browsers.</div><div style="position: relative; height: 175px; background-color: #EFEFF5;"><div style="position: absolute; left: 65px; font-weight: bold;"><a href="http://www.google.com/chrome/" target="_blank" style="text-decoration: none; cursor: pointer;"><div style="width: 120px; height: 25px; padding-top: 130px; background: url(chrome.png) no-repeat; color: #2C578A;">Google</br>Chrome</div></a></div><div style="position: absolute; left: 234px; font-family: Verdana, Bitstream Vera Sans, sans-serif; font-weight: bold;"><a href="http://www.firefox.com" target="_blank" style="text-decoration: none; cursor: pointer;"><div style="width: 120px; height: 25px; padding-top: 130px; background: url(firefox.png) no-repeat; color: #2C578A;">Mozilla</br>Firefox</div></a></div><div style="position: absolute; left: 396px; font-weight: bold;"><a href="http://support.apple.com/downloads/#safari" target="_blank" style="text-decoration: none; cursor: pointer;"><div style="width: 120px; height: 25px; padding-top: 130px; background: url(safari.png) no-repeat; color: #2C578A;">Apple</br>Safari</div></a></div></div>';
26+
container.innerHTML = '<div style="height: 50px; margin:0 auto; font-size:18px; color: #2C578A; font-weight: bold">It looks like you&#39;re using a browser that isn&#39;t supported.</div><div style="height: 50px; margin:0 auto; font-size:16px; color: #707070">To use Codenvy, upgrade to the latest one of these supported browsers.</div><div style="position: relative; height: 175px; background-color: #EFEFF5;"><div style="position: absolute; left: 65px; font-weight: bold;"><a href="https://www.google.com/chrome/" target="_blank" style="text-decoration: none; cursor: pointer;"><div style="width: 120px; height: 25px; padding-top: 130px; background: url(chrome.png) no-repeat; color: #2C578A;">Google</br>Chrome</div></a></div><div style="position: absolute; left: 234px; font-family: Verdana, Bitstream Vera Sans, sans-serif; font-weight: bold;"><a href="https://www.firefox.com" target="_blank" style="text-decoration: none; cursor: pointer;"><div style="width: 120px; height: 25px; padding-top: 130px; background: url(firefox.png) no-repeat; color: #2C578A;">Mozilla</br>Firefox</div></a></div><div style="position: absolute; left: 396px; font-weight: bold;"><a href="https://support.apple.com/downloads/#safari" target="_blank" style="text-decoration: none; cursor: pointer;"><div style="width: 120px; height: 25px; padding-top: 130px; background: url(safari.png) no-repeat; color: #2C578A;">Apple</br>Safari</div></a></div></div>';
2727
return container;
2828
}
2929
}

assembly/assembly-main/src/assembly/plugins/examples/che-ide-extension-client-server.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919

2020
WHAT: Creates a new IDE clickable action that prints server response as IDE notification popup.
2121
DOCS: https://www.eclipse.org/che/docs/plugins/introduction/index.html
22-
SOURCE: http://github.com/che-samples/che-ide-extension.git BRANCH: client-server
22+
SOURCE: https://github.com/che-samples/che-ide-extension.git BRANCH: client-server
2323
PRE-REQS: Java 1.8, Maven, Git, and a clone of Che's assembly repo @ http://github.com/codenvy/che.
2424

25-
STEPS: 1. git clone http://github.com/che-samples/che-ide-extension
25+
STEPS: 1. git clone https://github.com/che-samples/che-ide-extension
2626
2. cd che-ide-extension
2727
3. git checkout client-server
2828
4. mvn clean install

assembly/assembly-main/src/assembly/plugins/examples/che-ide-extension-simple.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919

2020
WHAT: Creates a new IDE clickable action that prints "It's My Action!" as an event in the event console.
2121
DOCS: https://www.eclipse.org/che/docs/plugins/introduction/index.html
22-
SOURCE: http://github.com/che-samples/che-ide-extension.git
22+
SOURCE: https://github.com/che-samples/che-ide-extension.git
2323
PRE-REQS: Java 1.8, Maven, Git, and a clone of Che's assembly repo @ http://github.com/codenvy/che.
2424

25-
STEPS: 1. git clone http://github.com/che-samples/che-ide-extension
25+
STEPS: 1. git clone https://github.com/che-samples/che-ide-extension
2626
2. cd che-ide-extension
2727
3. mvn clean install
2828
4. Add new extension as dependency to /che/assembly-ide-war/pom.xml

assembly/assembly-main/src/assembly/plugins/examples/che-server-extension.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
###################################################
1919

2020
DOCS: https://www.eclipse.org/che/docs/plugins/introduction/index.html
21-
SOURCE: http://github.com/che-samples/che-server-extension.git
21+
SOURCE: https://github.com/che-samples/che-server-extension.git
2222
PRE-REQS: Java 1.8, Maven, Git, and a clone of Che's assembly repo @ http://github.com/codenvy/che.
2323

24-
STEPS: 1. git clone http://github.com/che-samples/che-server-extension
24+
STEPS: 1. git clone https://github.com/che-samples/che-server-extension
2525
2. cd che-server-extension
2626
3. mvn clean install
2727
4. Add new extension as dependency to /che/assembly-wsagent-war/pom.xml

dashboard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## About Eclipse Che
2-
Eclipse Che is a next generation Eclipse IDE and open source alternative to IntelliJ. This repository is licensed under the Eclipse Public License 1.0. Visit [Eclipse Che's Web site](http://eclipse.org/che) for feature information or the main [Che assembly repository](http://github.com/codenvy/che) for a description of all participating repositories.
2+
Eclipse Che is a next generation Eclipse IDE and open source alternative to IntelliJ. This repository is licensed under the Eclipse Public License 1.0. Visit [Eclipse Che's Web site](https://eclipse.org/che) for feature information or the main [Che assembly repository](https://github.com/codenvy/che) for a description of all participating repositories.
33

44
Che Dashboard
55
==============

dashboard/src/app/admin/plugins/plugins.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export class AdminPluginsCtrl {
162162

163163
dropzoneAcceptURL(url) {
164164

165-
if (!url.startsWith('upload:') && !url.startsWith('http://eclipse.org/che/?install')) {
165+
if (!url.startsWith('upload:') && !url.startsWith('https://eclipse.org/che/?install')) {
166166
let deferred = this.$q.defer();
167167
deferred.reject({data: {message:'The plugin URL is invalid'}});
168168
return deferred.promise;

dashboard/src/components/api/che-git.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ describe('CheGit', function () {
6363
var agentUrl = 'localhost:3232/wsagent/ext';
6464
var workspaceId = 'workspace123test';
6565
var projectPath = '/testProject';
66-
var localUrl = 'http://eclipse.org/che/git/f1/' + workspaceId + projectPath;
66+
var localUrl = 'https://eclipse.org/che/git/f1/' + workspaceId + projectPath;
6767
var runtime = {'links': [{'href': agentUrl, 'rel': 'wsagent'}]};
6868
var workspace1 = apiBuilder.getWorkspaceBuilder().withId(workspaceId).withRuntime(runtime).build();
6969

0 commit comments

Comments
 (0)