Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

[docs] correct links which are outdated #1027

Merged
merged 5 commits into from
Sep 15, 2021
Merged

Conversation

iamveritas
Copy link
Contributor

correct links which are outdated
fixes #808

@iamveritas iamveritas added the documentation Requires attention of documentation team. e.g. documentation is expected to be generated. label Sep 14, 2021
@iamveritas iamveritas self-assigned this Sep 14, 2021

## Api
The `Api` object is typically used when transacting on an EOSIO-based blockchain. Some examples include [staking](how-to-guides/03_how-to-stake.md), [creating an account](how-to-guides/05_how-to-create-an-account.md), or [proposing multi-sig transactions](how-to-guides/13_how-to-propose-a-multisig-transaction.md).

The typical use of the `Api` object is to call its [`transact` method](https://github.com/EOSIO/eosjs/blob/master/src/eosjs-api.ts#L214-L254). This method performs a number of steps depending on the input passed to it:
The typical use of the `Api` object is to call its [`transact` method](https://github.com/EOSIO/eosjs/blob/release/22.1.x/src/eosjs-api.ts#L334). This method performs a number of steps depending on the input passed to it:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably use a commit hash on this link as well since release/22.1.x branch is still changing and if any changes are made before L334, it won't link to the correct line anymore.

@bradlhart bradlhart merged commit da27108 into release/22.1.x Sep 15, 2021
@bradlhart bradlhart deleted the docs/22.1.x-updates branch September 15, 2021 16:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Requires attention of documentation team. e.g. documentation is expected to be generated.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants