Skip to content

Commit

Permalink
Fix links to invalid documentation pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Jan 4, 2024
1 parent ebdf9a1 commit 2543b87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ submit a new feature, let us know in

We rely heavily on git and GitHub, so be sure to review the
contributing guidelines in the
[online documentation](https://floris.readthedocs.io/en/main/source/developers.html).
[online documentation](https://nrel.github.io/floris/dev_guide.html).
2 changes: 1 addition & 1 deletion docs/dev_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Be sure to complete each step in the sequence as described.
surprises in this regard prior to a release. However, it's a good
opportunity to ensure that the documentation is up to date and there
are no obvious issues.
Check this by opening the documentation website at https://nrel.github.io/floris/intro.html
Check this by opening the documentation website at https://nrel.github.io/floris
and scrolling through the pages.
Also, verify that the automated build process has successfully completed
for the commits to `develop` in [GitHub Actions](https://github.com/NREL/floris/actions/workflows/deploy-pages.yaml).
Expand Down
2 changes: 1 addition & 1 deletion examples/26_empirical_gauss_velocity_deficit_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations under
# the License.

# See https://nrel.github.io/floris/intro.html for documentation
# See https://nrel.github.io/floris for documentation


import copy
Expand Down
2 changes: 1 addition & 1 deletion examples/27_empirical_gauss_deflection_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations under
# the License.

# See https://nrel.github.io/floris/intro.html for documentation
# See https://nrel.github.io/floris for documentation


import copy
Expand Down

0 comments on commit 2543b87

Please sign in to comment.