Skip to content

Commit 903e566

Browse files
author
hs
committed
fixed readme
1 parent 7b27757 commit 903e566

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ Helpful Scripts framework-independent data management functions.
1111
Data is managed in a simple in-memory database that holds data in rows of columns.
1212
It autodetermines the types of data held in each column, along with the
1313
domain range for each column of data.
14-
Complex filters can be applied by defining [`Conditions`](https://helpfulscripts.github.io/hsDatab/indexGH.html#!/api/hsDatab/hsDatab.DataFilters) using a simple query object structure.
14+
Complex filters can be applied by defining [`Conditions`](https://helpfulscripts.github.io/hsDatab/#!/api/hsDatab/hsDatab.DataFilters) using a simple query object structure.
1515

1616
## Installation
1717
`npm i hsdatab`
1818

1919
## Data Types
20-
supported [data types](https://helpfulscripts.github.io/hsDatab/indexGH.html#!/api/hsDatab/hsDatab.Data.Data.type) include
20+
supported [data types](https://helpfulscripts.github.io/hsDatab/#!/api/hsDatab/hsDatab.Data.Data.type) include
2121
- **number**: numeric values
2222
- **name**: nominal values, represented by arbitrary words
2323
- **date**: date values
2424
- **currency**: Currently supported: '$dd[,ddd]'
2525
- **percent**: 'd%'
2626

2727
## Data Class
28-
The fundamental object in this library is [`Data`](https://helpfulscripts.github.io/hsDatab/indexGH.html#!/api/hsDatab/hsDatab.Data.Data),
28+
The fundamental object in this library is [`Data`](https://helpfulscripts.github.io/hsDatab/#!/api/hsDatab/hsDatab.Data.Data),
2929
a simple row-column based database object,
3030
featuring named columns, sorting, mapping and filtering functions.
3131

3232
## Example
33-
see the [docs](https://helpfulscripts.github.io/hsDatab/indexGH.html#!/api/hsDatab/0) for a live example.
33+
see the [docs](https://helpfulscripts.github.io/hsDatab/#!/api/hsDatab/0) for a live example.
3434

3535
## Usage
3636
The following simple example illustrates some of the features:

0 commit comments

Comments
 (0)