Skip to content

Commit

Permalink
Change http to https
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Makeev committed Feb 11, 2019
1 parent 91c9416 commit 10b00a1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Fork needed repository, create a brach for each feature or issue you’re dealin

## Code style

Please preserve existing code style while contributing to Shower and be ready for code review by Shower maintainers. It’s strongly recommended to install [EditorConfig](http://editorconfig.org/) extension to your editor and validate your JavaScript changes using [JSHint](http://jshint.com/).
Please preserve existing code style while contributing to Shower and be ready for code review by Shower maintainers. It’s strongly recommended to install [EditorConfig](https://editorconfig.org/) extension to your editor and validate your JavaScript changes using [JSHint](https://jshint.com/).

## Language

Expand Down
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License

Copyright © 2010–2019 Vadim Makeev, http://pepelsbey.net/
Copyright © 2010–2019 Vadim Makeev, https://pepelsbey.net/

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand All @@ -12,7 +12,7 @@ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR I

# Лицензия MIT

Copyright © 2010–2019 Вадим Макеев, http://pepelsbey.net/
Copyright © 2010–2019 Вадим Макеев, https://pepelsbey.net/

Данная лицензия разрешает лицам, получившим копию данного программного обеспечения и сопутствующей документации (в дальнейшем именуемыми «Программное Обеспечение»), безвозмездно использовать Программное Обеспечение без ограничений, включая неограниченное право на использование, копирование, изменение, добавление, публикацию, распространение, сублицензирование и/или продажу копий Программного Обеспечения, также как и лицам, которым предоставляется данное Программное Обеспечение, при соблюдении следующих условий:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

![Ribbon screen shot](pictures/canvas.png)

Default theme for the [Shower](https://github.com/shower/shower/) presentation engine. Doesn’t include engine itself. [See it in action](http://shwr.me/shower/themes/material/). Follow [@shower_me](https://twitter.com/shower_me) for support and updates, [file an issue](https://github.com/shower/shower/issues/new) if you have any.
Default theme for the [Shower](https://github.com/shower/shower/) presentation engine. Doesn’t include engine itself. [See it in action](https://shwr.me/shower/themes/material/). Follow [@shower_me](https://twitter.com/shower_me) for support and updates, [file an issue](https://github.com/shower/shower/issues/new) if you have any.

## Usage

Get the Shower template where Material is already included. Download the [template archive](http://shwr.me/shower.zip) or install the package:
Get the Shower template where Material is already included. Download the [template archive](https://shwr.me/shower.zip) or install the package:

npm install shower

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
},
"author": {
"name": "Vadim Makeev",
"url": "http://pepelsbey.net/"
"url": "https://pepelsbey.net/"
},
"homepage": "https://github.com/shower/material",
"repository": {
"type": "git",
"url": "git://github.com/shower/material.git"
},
"bugs": {
"url": "http://github.com/shower/material/issues"
"url": "https://github.com/shower/material/issues"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 10b00a1

Please sign in to comment.