Skip to content

Commit c32047b

Browse files
committed
DOCS fix paths (3)
1 parent 4627022 commit c32047b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: server/docs/source/installation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ Note that email functionality may be limited, as your mail server must be willin
127127
generate_password_hash("mypassword", method="pbkdf2")
128128
# this will return e.g. 'pbkdf2:sha256:600000$vpYjirPAT8xBuPHo$1001474730f96085cdafbf0f159d12e20ec36342b4faddbf226d637c695ee642'
129129
130-
Then go to the database, see *e.g.* `Container setup - Manual database connection <https://dieterich-lab.github.io/scimodom/containers.html#development-setup>`_ and do the following:
130+
Then go to the database, see *e.g.* `Container setup - Manual database connection <https://dieterich-lab.github.io/scimodom/containers.html#manual-database-connection>`_ and do the following:
131131

132132
.. code-block:: mysql
133133
134134
INSERT INTO user (email, state, password_hash) VALUES ('test@uni-heidelberg', 'active', 'pbkdf2:sha256:600000$vpYjirPAT8xBuPHo$1001474730f96085cdafbf0f159d12e20ec36342b4faddbf226d637c695ee642');
135135
136136
137-
A new user is now registered, and you can login using whatever email address you used *e.g.* "test@uni-heidelberg" with the chosen password *e.g.* "mypassword".
137+
A new user is now registered, and you can login using whatever email address you used *e.g.* *"test@uni-heidelberg"* with the chosen password *e.g.* *"mypassword"*.
138138

139139
Client setup
140140
^^^^^^^^^^^^

0 commit comments

Comments
 (0)