Skip to content

Commit e54b15a

Browse files
committed
relative url to dataloader was off by one making it render as an external link
1 parent 9422f52 commit e54b15a

File tree

1 file changed

+1
-1
lines changed
  • docs/technical-details/release-notes/4.tucker

1 file changed

+1
-1
lines changed

docs/technical-details/release-notes/4.tucker/4.6.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The new logger is now based on the Node.js Console API, with improved the format
1717
An important change is that logging to standard out/error will _not_ include the timestamp.
1818

1919
### Data Loader
20-
4.6 includes a new [data loader](../../../../developers/applications/data-loader.md) that can be used to load data into HarperDB as part of a component. The data loader can be used to load data from JSON file and can be deployed and distributed with a component to provide a reliable mechanism for ensuring specific records are loaded into Harper.
20+
4.6 includes a new [data loader](../../../developers/applications/data-loader.md) that can be used to load data into HarperDB as part of a component. The data loader can be used to load data from JSON file and can be deployed and distributed with a component to provide a reliable mechanism for ensuring specific records are loaded into Harper.
2121

2222
### Resource API Upgrades
2323
4.6 includes an upgraded form of the Resource API that can be selected with significant improvements in ease of use.

0 commit comments

Comments
 (0)