Skip to content

Commit 8370a1b

Browse files
committed
Update links to github.com/anjdreas
1 parent f1776bc commit 8370a1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Features
2323
* Immutable structs implementing IEquatable, IComparable and operator overloads
2424
* Parse unit abbreviations in multiple cultures
2525
* ToString() variants for custom cultures and format patterns
26-
* Extensible with [custom units](https://github.com/InitialForce/UnitsNet/wiki/Extending-with-Custom-Units)
26+
* Extensible with [custom units](https://github.com/anjdreas/UnitsNet/wiki/Extending-with-Custom-Units)
2727
* [Serializable with JSON.NET](https://www.nuget.org/packages/UnitsNet.Serialization.JsonNet)
2828
* 688 unit tests to ensure conversions and localizations are in order
2929

@@ -112,7 +112,7 @@ Units.NET was intended for convenience and ease of use, not highly accurate conv
112112

113113
The tests accept an error up to 1E-5 for most units added so far. Exceptions include units like Teaspoon, where the base unit cubic meter is a lot bigger. In many usecases this is sufficient, but for others this may be a showstopper and something you need to be aware of.
114114

115-
For more details, see [Precision](https://github.com/InitialForce/UnitsNet/wiki/Precision).
115+
For more details, see [Precision](https://github.com/anjdreas/UnitsNet/wiki/Precision).
116116

117117
Serialization
118118
===
@@ -130,9 +130,9 @@ What It Is Not
130130

131131
Want To Contribute?
132132
==
133-
This project is still early and many units and conversions are not yet covered. If you are missing something, please help by contributing or [ask for it](https://github.com/InitialForce/UnitsNet/issues) by creating an issue.
133+
This project is still early and many units and conversions are not yet covered. If you are missing something, please help by contributing or [ask for it](https://github.com/anjdreas/UnitsNet/issues) by creating an issue.
134134

135-
Please read the wiki on [Adding a New Unit](https://github.com/InitialForce/UnitsNet/wiki/Adding-a-New-Unit).
135+
Please read the wiki on [Adding a New Unit](https://github.com/anjdreas/UnitsNet/wiki/Adding-a-New-Unit).
136136

137137
Generally adding a unit involves adding or modifying `UnitsNet\Scripts\UnitDefinitions\*.json` files and running `UnitsNet\Scripts\GenerateUnits.bat` to regenerate the source code and test code stubs, then manually implementing the new unit conversion constants in the test code.
138138

0 commit comments

Comments
 (0)