Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ The documentation of the LK language is written in LaTeX:

## Contributing

Please check out (https://github.com/NREL/lk/blob/develop/CONTRIBUTING.MD) to get started.
Please check out (https://github.com/NatLabRockies/lk/blob/develop/CONTRIBUTING.MD) to get started.

If you have found an issue with LK or would like to make a feature request, please let us know by adding a new issue on the [issues page](https://github.com/NREL/lk/issues).

If you would like to submit code to fix an issue or add a feature, you can use GitHub to do so. The overall steps are to create a fork on GitHub.com using the link above, and then install GitHub on your computer and use it to clone your fork, create a branch for your changes, and then once you have made your changes, commit and push the changes to your fork. You can then create a pull request that we will review and merge into the repository if approved.

## License

LK is licensed under a BDS-3-Clause [license](LICENSE.md).
LK is licensed under a BSD-3-Clause [license](LICENSE.md).
Loading