Skip to content

Commit b84f85b

Browse files
committed
fix: remove missing links
1 parent cfa24ab commit b84f85b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ smart account. It allows entities to attest to statements about modules and smar
2828

2929
### Attestations
3030

31-
Attestations on the Registry represent statements about Modules. An Attestation is made using a particular [Schema](./Schemas.md) that is used to encode and decode the Attestation data. The most important usecase for Attestations is to make statements about the security of a Module.
31+
Attestations on the Registry represent statements about Modules. An Attestation is made using a particular Schema that is used to encode and decode the Attestation data. The most important usecase for Attestations is to make statements about the security of a Module.
3232

3333
An attestation consists of two primary elements: the Schema and the
3434
Attestation data. The Schema acts as a standardized structure for
3535
creating and validating Attestations, defining how the Attestation data is encoded and decoded.
3636

3737
### Schemas
3838

39-
[Schemas](./docs/Schema.md) represent predefined structures utilized for the formation and
39+
Schemas represent predefined structures utilized for the formation and
4040
verification of Attestation data. Using flexible Schemas rather than a single, fixed Schema allows Attesters to encode their data in a custom way, providing flexibility when creating Attestations. For example, the data of an Attestation about the outcome of the formal verification on a Module will have a very format than the data of an Attestation about what interfaces a Module supports.
4141

4242
### Resolvers

0 commit comments

Comments
 (0)