Skip to content

Commit

Permalink
docs: links to websites
Browse files Browse the repository at this point in the history
  • Loading branch information
mvshmakov committed Jun 3, 2020
1 parent acbec55 commit 81c5020
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
[![dependencies Status](https://david-dm.org/mvshmakov/hse-military-bot/master/status.svg)](https://david-dm.org/mvshmakov/hse-military-bot/master)
[![devDependencies Status](https://david-dm.org/mvshmakov/hse-military-bot/master/dev-status.svg)](https://david-dm.org/mvshmakov/hse-military-bot/master?type=dev)

[Project website](https://hse-military-bot.herokuapp.com/)
[Documentation](https://mvshmakov.github.io/hse-military-bot/)

Simply access HSE Military Training Center schedule, prepare news for informating comrades and receive full pack of stickers with people you know well.
Stack of technologies used:

Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<body class="body">
<aside class="aside">
<header class="header__container">
<img class="header__img" src="/logo.png" alt="logo" />
<img class="header__img" src="/images/logo.png" alt="logo" />
<h1 class="header__text">
Чат-бот для Военного учебного центра НИУ ВШЭ
</h1>
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"removeComments": true,
"resolveJsonModule": true,
"sourceMap": true,
"inlineSourceMap": false,
"strictNullChecks": true,
"target": "es2015",
"inlineSourceMap": false,
"target": "es2018",
"types": [
"node",
"jest",
Expand Down

0 comments on commit 81c5020

Please sign in to comment.