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: portal/cookbook-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Before developing your cookbook, you should consider how it will access the data
23
23
## Use the template
24
24
25
25
1. If you don't already have a GitHub account, create one by following the [Getting Started with GitHub guide](https://foundations.projectpythia.org/foundations/getting-started-github.html)
26
-
1. On https://github.com/ProjectPythia/cookbook-template, click "Use this template→Create a new repository"
26
+
1. On the [Cookbook Template repository](https://github.com/ProjectPythia/cookbook-template), click "Use this template→Create a new repository"
27
27
1. Give your repository a descriptive name followed by `-cookbook` (e.g., `hydrology-cookbook`, `hpc-cookbook`, `cesm-cookbook`) and a description
28
28
1. Choose "Include all branches" and create the repository. Your browser will be directed to the newly created repository under your GitHub account
29
29
1. Under Settings→Pages, ensure that GitHub Pages is enabled. If it is not, change the Branch from "None" to "gh-pages/(root)" and click "Save"
0 commit comments