Skip to content

Commit b2cafdb

Browse files
authored
README: Fix links
1 parent 2eda785 commit b2cafdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ This project is still early and many units and conversions are not yet covered.
301301
302302
Please read the wiki on [Adding a New Unit](https://github.com/angularsen/UnitsNet/wiki/Adding-a-New-Unit).
303303
304-
Generally adding a unit involves adding or modifying `UnitsNet\UnitDefinitions\*.json` files and running `generate-code.bat` to regenerate the source code and test code stubs, then manually implementing the new unit conversion constants in the test code.
304+
Generally adding a unit involves adding or modifying [Common/UnitDefinitions/*.json](Common/UnitDefinitions/) files and running [generate-code.bat](generate-code.bat) to regenerate the source code and test code stubs, then manually implementing the new unit conversion constants in the test code.
305305
306306
* [Fork the repo](https://help.github.com/articles/fork-a-repo)
307307
* Do work on branches such as **feature/add-myunit** and **fix/34**

0 commit comments

Comments
 (0)