Skip to content

Commit

Permalink
docs: change link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ryazanov committed Dec 8, 2023
1 parent a67c533 commit a63d27b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
git diff --exit-code || (echo "Найдены изменения в файлах package.json – выполните `yarn build` в корне репозитория и запушьте изменения" && exit 127)
- name: Release packages
if: false
run: yarn release
env:
GH_TOKEN: ${{ secrets.TRAMVAI_GH_PAGES_PAT }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @tinkoff/request
# @tramvai/request
Modular lightweight request library extendable by plugins.

[Documentation](https://tinkoff.github.io/tinkoff-request/)
[Documentation](https://tramvaijs.github.io/request/)

[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/tinkoff-request-playground-0t1wrs?file=/src/index.ts)

Expand Down

0 comments on commit a63d27b

Please sign in to comment.