EOSIO / welcome

Documentation that covers EOSIO Overview, Getting Started and Protocol documents
38 stars 54 forks source link

ABI struct links seems outdated #191

Closed zma closed 4 years ago

zma commented 4 years ago

In https://developers.eos.io/welcome/latest/getting-started/smart-contract-development/understanding-ABI-files , the link of "here" from the part "If you would like to familiarize yourself with EOSIO's built-ins, they are defined here" seems not very accurate. I believe it should link to the abi_serializer::configure_built_in_types() function. I think it might be a tiny bug.

dixia commented 4 years ago

So that link should points to defined but in types. It should be this link by the current version instead of that function.

But this is a broken link. But as the codebase changes, it will kept be broken

dixia commented 4 years ago

I updated this link but a better solution need to be found