Skip to content

Commit

Permalink
http -> https
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonya committed May 14, 2019
1 parent b4ac101 commit 0c028cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

1. (macOS only) Install Xcode Command Line Tools: `xcode-select --install`
2. Install Node.js
3. Install [yarn](http://yarnpkg.cn/en/docs/install)
3. Install [yarn](https://yarnpkg.com/en/docs/install)
4. Bootstrap the packages: `yarn bootstrap`
5. (Optional, macOS and Linux) Install the [status bar indicator](https://github.com/roman01la/anybar-webpack#known-apps) app to receive webpack build notifications.

Expand Down Expand Up @@ -46,7 +46,7 @@ Instead of jQuery Ring UI uses modern DOM APIs, [DOM 4 polyfill](https://github.

To enable the `Wallaby.js` test runner follow these steps:

1. Download and install the [Wallaby.js plugin](http://wallabyjs.com/) for WebStorm.
1. Download and install the [Wallaby.js plugin](https://wallabyjs.com/) for WebStorm.
2. Make sure Node.js is available at `/usr/local/bin/node`, if not – create a symlink.
3. Run the `Wallaby` configuration in WebStorm.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Ring UI — JetBrains Web UI components
[![Build Status][ci-img]][ci-bt] [![Dependencies Status][deps-img]][deps] [![Dev Dependencies Status][dev-deps-img]][dev-deps] [![NPM version][npm-version-img]][npm-package] [![NPM downloads][npm-count-img]][npm-package]

[![official JetBrains project](http://jb.gg/badges/official-flat-square.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
[![official JetBrains project](https://jb.gg/badges/official-flat-square.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)

This collection of UI components aims to provide all of the necessary building blocks for web-based products built inside JetBrains, as well as third-party plugins developed for JetBrains' products.

Expand Down

0 comments on commit 0c028cf

Please sign in to comment.