Skip to content

Commit

Permalink
fix: update trunk branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Dec 16, 2020
1 parent 4e7542f commit ae32dcc
Show file tree
Hide file tree
Showing 6 changed files with 474 additions and 474 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Website

This is the partial source code for the https://nexusjs.org website. The source code for everything under https://nexusjs.org/docs lives in the Nexus Schema repo at https://github.com/graphql-nexus/nexus/tree/develop/docs.
This is the partial source code for the https://nexusjs.org website. The source code for everything under https://nexusjs.org/docs lives in the Nexus Schema repo at https://github.com/graphql-nexus/nexus/tree/main/docs.

Refer to the [contributing guide](/CONTRIBUTING.md) on how to work with the source code.
2 changes: 1 addition & 1 deletion src/public/converter.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<a href="converter" target="_self">SDL Converter</a>
</li>
<li>
<a href="https://github.com/graphql-nexus/nexus/tree/develop/examples">Examples</a>
<a href="https://github.com/graphql-nexus/nexus/tree/main/examples">Examples</a>
</li>
<li>
<a href="https://github.com/graphql-nexus/nexus" target="_self">GitHub</a>
Expand Down
4 changes: 2 additions & 2 deletions src/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<li class=""><a href="https://nxs.li/playground" target="_self">Playground</a></li>
<li class=""><a href="/converter" target="_self">SDL Converter</a></li>
<li class="">
<a href="https://github.com/graphql-nexus/nexus/tree/develop/examples" target="_self"
<a href="https://github.com/graphql-nexus/nexus/tree/main/examples" target="_self"
>Examples</a
>
</li>
Expand Down Expand Up @@ -144,7 +144,7 @@ <h2 class="projectTitle">
<div class="pluginWrapper buttonWrapper">
<a
class="button"
href="https://github.com/graphql-nexus/nexus/tree/develop/examples"
href="https://github.com/graphql-nexus/nexus/tree/main/examples"
target="_self"
>Examples</a
>
Expand Down
Loading

0 comments on commit ae32dcc

Please sign in to comment.