From e3a745b2c25993a462d2f7a2ea2dd685327a8154 Mon Sep 17 00:00:00 2001 From: Denis Khrunov Date: Thu, 5 May 2022 01:29:18 +0300 Subject: [PATCH] fix docs --- .gitignore | 10 +++++----- README.md | 2 +- projects/ngx-jwt-auth/README.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6fcf24a..0711527 100644 --- a/.gitignore +++ b/.gitignore @@ -21,11 +21,11 @@ yarn-error.log *.sublime-workspace # Visual Studio Code -# .vscode/* -# !.vscode/settings.json -# !.vscode/tasks.json -# !.vscode/launch.json -# !.vscode/extensions.json +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json .history/* # Miscellaneous diff --git a/README.md b/README.md index eeca0c3..333b42f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A library for Token-Based Authentication (JWT Authentication). This library is configurable for any use cases. ## Other languages -- [Russian](./projects/ngx-jwt-auth/src/doc/ru/README.md) +- [Russian](./doc/ru/README.md) ## Content - [Description](#description) diff --git a/projects/ngx-jwt-auth/README.md b/projects/ngx-jwt-auth/README.md index 24fc021..c2ac540 100644 --- a/projects/ngx-jwt-auth/README.md +++ b/projects/ngx-jwt-auth/README.md @@ -8,7 +8,7 @@ A library for Token-Based Authentication (JWT Authentication). This library is configurable for any use cases. ## Other languages -- [Russian](./src/doc/ru/README.md) +- [Russian](../../doc/ru/README.md) ## Content - [Description](#description)