You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: substreams/Readme.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Substreams Indexing Integrations
2
2
3
-
Please refer to the official [Substreams Indexing](https://app.gitbook.com/o/9wMvRDQIhk1xOsIZ0Zde/s/Yx9kvxtpT2xWdzvFiB3t/indexing/substreams-integration) docs.
3
+
Please refer to the official [Substreams Indexing](https://docs.propellerheads.xyz/tycho/for-dexs/protocol-integration-sdk) docs.
4
4
5
5
## Release
6
6
@@ -12,13 +12,13 @@ and push the spkg into our registry.
12
12
The CD pipeline will error if the Cargo version is not the same as the version in
13
13
the tag.
14
14
15
-
Releases are immutable so do no try to delete tags or build the same release twice
15
+
Releases are immutable so do not try to delete tags or build the same release twice
16
16
since this will error.
17
17
18
-
### Prerelease
18
+
### Pre-release
19
19
20
-
To create a prerelease for testing in dev you can start CD pipeline manually supplying
21
-
the package you'd like to prerelease. This will create a
20
+
To create a pre-release for testing in dev you can start CD pipeline manually supplying
21
+
the package you'd like to pre-release. This will create a
22
22
`[package].pre-[commit-sha]` release in our spkg repository which you can use
0 commit comments