Skip to content

Commit 87a24b9

Browse files
authored
hyperlink repo in readme (#1716)
* chore: hyperlink repo * fix: prettier fix * chore: update license and version hyperlink
1 parent d0cb82a commit 87a24b9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

packages/ts/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ function handleNameRegistered(event: NameRegistered) {
5252

5353
## Helper Functions for AssemblyScript
5454

55-
Refer to the `helper-functions.ts` file in this repository for a few common functions that help
56-
build on top of the AssemblyScript library, such as byte array concatenation, among others.
55+
Refer to the `helper-functions.ts` file in
56+
[this](https://github.com/graphprotocol/graph-tooling/blob/main/packages/ts/helper-functions.ts)
57+
repository for a few common functions that help build on top of the AssemblyScript library, such as
58+
byte array concatenation, among others.
5759

5860
## API
5961

@@ -73,8 +75,9 @@ For examples of `graph-ts` in use take a look at one of the following subgraphs:
7375

7476
Copyright © 2018 Graph Protocol, Inc. and contributors.
7577

76-
The Graph TypeScript library is dual-licensed under the [MIT license](../../LICENSE-MIT) and the
77-
[Apache License, Version 2.0](../../LICENSE-APACHE).
78+
The Graph TypeScript library is dual-licensed under the
79+
[MIT license](https://github.com/graphprotocol/graph-tooling/blob/main/LICENSE-MIT) and the
80+
[Apache License, Version 2.0](https://github.com/graphprotocol/graph-tooling/blob/main/LICENSE-APACHE).
7881

7982
Unless required by applicable law or agreed to in writing, software distributed under the License is
8083
distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or

0 commit comments

Comments
 (0)