planetarium / libplanet

Blockchain in C#/.NET for on-chain, decentralized gaming
https://docs.libplanet.io/
GNU Lesser General Public License v2.1
506 stars 142 forks source link

Links to GitHub source code in the docs seem broken #82

Closed longfin closed 5 years ago

longfin commented 5 years ago

Source links in documentation page seem to broken. (e.g. link in Libplanet.Address)

dahlia commented 5 years ago

This bug is even more complicated in recent builds: https://planetarium.github.io/libplanet.net/master/api/Libplanet.Address.html. The generated href is like: https://github.com/planetarium/libplanet.net/blob/master/Libplanet/obj/Release/netstandard2.0/g/EqualityGenerator/Address_17837EF5.g.cs/#L11. It seems because Uno.CodeGen generates partial files under the hood.