File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,10 @@ function handleNameRegistered(event: NameRegistered) {
52
52
53
53
## Helper Functions for AssemblyScript
54
54
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.
57
59
58
60
## API
59
61
@@ -73,8 +75,9 @@ For examples of `graph-ts` in use take a look at one of the following subgraphs:
73
75
74
76
Copyright © ; 2018 Graph Protocol, Inc. and contributors.
75
77
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 ) .
78
81
79
82
Unless required by applicable law or agreed to in writing, software distributed under the License is
80
83
distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
You can’t perform that action at this time.
0 commit comments