Skip to content

Commit

Permalink
chore: Replace "here" link text with more descriptive names
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Nov 23, 2023
1 parent fcb94ac commit d637afb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions main/glossary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ appropriately branded assets to the purse, but cannot withdraw assets from the p
## dIBC

Dynamic version of the [Inter-Blockchain Communication](#ibc) protocol.
See [here](https://github.com/Agoric/agoric-sdk/blob/HEAD/packages/SwingSet/docs/networking.md) for more details.
For more details, see the [agoric-sdk `network` package](https://github.com/Agoric/agoric-sdk/tree/master/packages/network).

## E()

Expand Down Expand Up @@ -280,8 +280,8 @@ Guide](https://github.com/endojs/endo/blob/HEAD/packages/ses/docs/guide.md) for

## IBC

The Inter-Blockchain Communication protocol, used by blockchains to communicate with each other. A short article about IBC
is available [here](https://www.computerweekly.com/blog/Open-Source-Insider/What-developers-need-to-know-about-inter-blockchain-communication).
The Inter-Blockchain Communication protocol, used by blockchains to communicate with each other.
For more details, see [What developers need to know about inter-blockchain communication](https://www.computerweekly.com/blog/Open-Source-Insider/What-developers-need-to-know-about-inter-blockchain-communication).

## Invitation

Expand Down
2 changes: 1 addition & 1 deletion main/guides/js-programming/notifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ many clients to receive notifications without the originator having to track a s
An object wanting to publish updates to interested clients makes a notifier or a
subscription available to them.

In JavaScript, async iterations are manipulated by `AsyncGenerators`, `AsyncIterables`, and `AsyncIterators`. For an introduction to them, see [here](https://javascript.info/async-iterators-generators).
In JavaScript, async iterations are manipulated by `AsyncGenerators`, `AsyncIterables`, and `AsyncIterators`. For an introduction to them, see [Async iteration and generators](https://javascript.info/async-iterators-generators).

## Distributed Asynchronous Iteration

Expand Down
5 changes: 3 additions & 2 deletions main/reference/repl/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Agoric REPL

**Note**: This page describes the Agoric REPL. For information about the `Node.js` REPL,
click [here](https://nodejs.org/api/repl.html).
**Note**: This page describes the Agoric REPL.
If you are instead looking for information about `node` or the Node.js REPL, see
[Node.js documentation](https://nodejs.org/api/repl.html).

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion main/reference/zoe-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ what you're willing to offer. It turns out, many smart contracts (apart from gif
involve an exchange of digital assets that can be put in terms of offer proposals.

Start creating your own contract or build on any of our existing contracts.
Explore our pre-built contracts [here](/guides/zoe/contracts/README.md).
Explore our [pre-built contracts](/guides/zoe/contracts/README.md).

The Zoe API supports the following objects:

Expand Down

0 comments on commit d637afb

Please sign in to comment.