Skip to content

Commit ae65cff

Browse files
authored
Improve references in readme (#24)
To make links work on any readme viewer (like on npm.js)
1 parent c14fc1b commit ae65cff

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ $ npm install @tinkoff/utils
1616
- Modern codebase
1717

1818
## Structure of the library
19-
* [`/object`](./src/object) – for objects
20-
* [`/string`](./src/string) – for strings
21-
* [`/promise`](./src/promise) – for promises
22-
* [`/array`](./src/array) – for arrays or array-like objects
23-
* [`/function`](./src/function) – for functions – composition, currying and so on, also a set of simple functions (noop, T, F)
24-
* [`/is`](./src/is) – set of type checking methods
25-
* [`/`](./src) – root contains utilities which don't satisfy any of the above categories or are universal
19+
* [`/object`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src/object) – for objects
20+
* [`/string`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src/string) – for strings
21+
* [`/promise`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src/promise) – for promises
22+
* [`/array`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src/array) – for arrays or array-like objects
23+
* [`/function`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src/function) – for functions – composition, currying and so on, also a set of simple functions (noop, T, F)
24+
* [`/is`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src/is) – set of type checking methods
25+
* [`/`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src) – root contains utilities which don't satisfy any of the above categories or are universal
2626

2727
## Usage
2828
```js
@@ -61,4 +61,4 @@ $ npm run benchmark
6161
| import ... from 'ramda/src/...' | 10 kb |
6262
| import ... from '@tinkoff/utils/...' | 2.32 kb |
6363

64-
For detailed comparison with specific libraries see [COMPARE.md](./COMPARE.md)
64+
For detailed comparison with specific libraries see [COMPARE.md](https://github.com/TinkoffCreditSystems/utils.js/tree/master/COMPARE.md)

0 commit comments

Comments
 (0)