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)