Skip to content

Commit

Permalink
Fix links (#15667)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorwstein authored Dec 16, 2024
1 parent 0b55b62 commit a6b3b0b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ deployment/configuration logic to be tested against ephemeral environments
and then exposed for use in persistent environments like testnet/mainnet.

## Table of Contents
- [Address Book](##Address-Book)
- [View](##View)
- [Environment](##Environment)
- [Job Distributor](##Job-Distributor)
- [Changesets](##Changesets)
- [Directory Structure](##Directory-Structure)
- [Integration Testing](##Integration-Testing)
- [FAQ](##FAQ)
- [Address Book](#address-book)
- [View](#view)
- [Environment](#environment)
- [Job Distributor](#job-distributor)
- [Changesets](#changsets)
- [Directory Structure](#directory-structure)
- [Integration Testing](#integration-testing)
- [FAQ](#faq)

## Address Book
An [address book](https://github.com/smartcontractkit/chainlink/blob/develop/deployment/address_book.go#L79) represents
Expand Down Expand Up @@ -100,14 +100,14 @@ TODO: Add various examples in deployment/example.
contracts (like MCMS, LinkToken etc) which can be shared
by products.

/deployment/<product>/internal
/deployment/product/internal
- Internal building blocks for changesets

/deployment/<product>/view
/deployment/product/view
- Hold readonly mappings Go bindings to json marshallable objects.
- Used to generate a view of the system.

/deployment/<product>/changeset
/deployment/product/changeset
- Think of this as the public API for deployment and configuration
of your product.
- All the changesets should have an associated test using a memory or devenv
Expand Down

0 comments on commit a6b3b0b

Please sign in to comment.