Skip to content

Commit 503e972

Browse files
committed
Fix template links
1 parent 18ca45d commit 503e972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and use it to create the project. It will ask you several questions,
2020
starting with the project name.
2121

2222
```commandline
23-
copier copy https://code.ornl.gov/ndip/project-templates/nova-application-template.git project_folder
23+
copier copy https://github.com/nova-sdk/nova-application-template.git project_folder
2424
```
2525

2626
## Updating project from template

template_sources/{% if application_type != 'Minimal' %}DEVELOPMENT.md{% endif %}.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Note 1: please don't change linter settings, license, code of conduct without di
1717
the same for all our projects.
1818

1919
Note 2: if you think some changes that you've made might be useful for other projects as well, please fill free
20-
to create an issue [in this repo](https://code.ornl.gov/ndip/project-templates/python/-/issues/new)
20+
to create an issue [in this repo](https://github.com/nova-sdk/nova-application-template/issues)
2121

2222

2323
## Installation

0 commit comments

Comments
 (0)