Skip to content

Commit

Permalink
Merge pull request #1070 from near/develop
Browse files Browse the repository at this point in the history
deploy token checklist link fix
  • Loading branch information
charleslavon authored Mar 15, 2024
2 parents 8aeb9d8 + 7d39175 commit fdf66c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update-submodules:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.REPO_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion nearorg_marketing
2 changes: 1 addition & 1 deletion src/pages/founders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const FoundersPage: NextPageWithLayout = () => {
componentProps={{
zendeskActivate,
docs: {
tokenLaunchChecklist: '/papers/token-launch-checklist.pdf',
tokenLaunchChecklist: '/papers/token-launch-checklist',
},
}}
/>
Expand Down

0 comments on commit fdf66c1

Please sign in to comment.