Skip to content

Commit

Permalink
Fix URLs to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Hernando Vieites committed Aug 3, 2018
1 parent 77cf318 commit ecf9150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/rtneuron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python${USE_PYTHON_VERSION}
# -*- coding: utf8 -*-
# -*- coding: utf-8 -*-
##
## Copyright (c) 2006-2018, École Polytechnique Fédérale de Lausanne (EPFL) /
## Blue Brain Project and
Expand Down Expand Up @@ -152,9 +152,9 @@ If you are new to RTNeuron, please read the following:
Typical target names are Column, MiniColumn_0, Layer5, Excitatory...
You can call display_circuit with no parameters to load a default circuit
and target.
- The camera is manipulated with the mouse (https://developer.humanbrainproject.eu/docs/projects/RTNeuron/${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}/basics.html#camera_tackball_manipulator))
- The camera is manipulated with the mouse (https://bluebrain.github.io/RTNeuron-${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}/basics.html#camera_tackball_manipulator))

Please read the user guide for more information: https://developer.humanbrainproject.eu/docs/projects/RTNeuron/${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}/index.html
Please read the user guide for more information: https://bluebrain.github.io/RTNeuron-${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}
""")

rtneuron.start_shell()
Expand Down

0 comments on commit ecf9150

Please sign in to comment.