diff --git a/web/content/docs/benchmarks/elliptic/poisson_equation.pandoc b/web/content/docs/benchmarks/elliptic/poisson_equation.pandoc index 0d920439850b933cc420168283f897931b071bbb..fcc876e7574f0e6f9214a49cdb928865aed6b861 100644 --- a/web/content/docs/benchmarks/elliptic/poisson_equation.pandoc +++ b/web/content/docs/benchmarks/elliptic/poisson_equation.pandoc @@ -88,7 +88,7 @@ The project file is process to be solved and the related process variable together with their initial, boundary conditions and source terms. The definition of the source term $Q$ is in a [Python -script](https://github.com/ufz/ogs/tree/master/Tests/Data/Elliptic/square_1x1_GroundWaterFlow_Python/sinx_siny_source_term.py). +script](https://github.com/ufz/ogs/tree/master/Tests/Data/Elliptic/square_1x1_GroundWaterFlow_Python/sin_x_sin_y_source_term.py). The script for setting the source terms is referenced in the project file as follows: ``` diff --git a/web/content/docs/benchmarks/python-bc/hertz-contact/hertz-contact.pandoc b/web/content/docs/benchmarks/python-bc/hertz-contact/hertz-contact.pandoc index f8288082507418bc8cc9207fd2a56d52396986e2..e16d7f52724ae7b26c94cd94286aa305a0106f61 100644 --- a/web/content/docs/benchmarks/python-bc/hertz-contact/hertz-contact.pandoc +++ b/web/content/docs/benchmarks/python-bc/hertz-contact/hertz-contact.pandoc @@ -1,5 +1,5 @@ +++ -project = "Mechanics/Linear/Python/hertz-contact.prj" +project = "Mechanics/Linear/PythonHertzContact/hertz_contact.prj" author = "Christoph Lehmann" date = "2018-08-06T11:41:00+02:00" title = "Hertz Contact using Python Boundary Conditions" diff --git a/web/content/docs/devguide/advanced/docker.pandoc b/web/content/docs/devguide/advanced/docker.pandoc index 4b22d56727430a560dd99e7faef75484e519edb8..e5d9a950eb07f23bb01530f4483aab374f42d0fa 100644 --- a/web/content/docs/devguide/advanced/docker.pandoc +++ b/web/content/docs/devguide/advanced/docker.pandoc @@ -86,4 +86,4 @@ make ogs The following images are used by Jenkins: - `ogs6/gcc`, defined in [scripts/docker/Dockerfile.gcc.full](https://github.com/ufz/ogs/blob/master/scripts/docker/Dockerfile.gcc.full) -- `ogs6/clang`, defined in [scripts/docker/Dockerfile.clang.full](scripts/docker/Dockerfile.clang.full) +- `ogs6/clang`, defined in [scripts/docker/Dockerfile.clang.full](https://github.com/ufz/ogs/blob/master/scripts/docker/Dockerfile.clang.full) diff --git a/web/content/docs/tools/model-preparation/identifySubdomains/index.pandoc b/web/content/docs/tools/model-preparation/identifySubdomains/index.pandoc index fb7923b13eec892fd8999a7e1e01c797308dc26f..a1fd75b2b9666e578f84d27bbbee313d42dd80b8 100644 --- a/web/content/docs/tools/model-preparation/identifySubdomains/index.pandoc +++ b/web/content/docs/tools/model-preparation/identifySubdomains/index.pandoc @@ -18,7 +18,7 @@ mesh. ## Example Given a "bulk" mesh (Tests/Data/Mechanics/Linear/disc_with_hole.vtu) and a -[quater cirle mesh](../quater_circle.vtu) extracted manually we want to use the +[quater cirle mesh](quater_circle.vtu) extracted manually we want to use the quater circle mesh for heterogeneous boundary condition. OGS requires two mappings into the "bulk" mesh, one for the nodes and one for the elements. @@ -37,7 +37,7 @@ The tool will first try to find all unique nodes in the "bulk" mesh using search radius 1e-6, and create the `bulk_node_ids` mapping upon success. Then the `bulk_element_ids` mapping is created by finding a unique element containing all the nodes of the subdomain element. The output file -[`new_quater_circle.vtu`](../new_quater_cirle.vtu) will now contain both +[`new_quater_circle.vtu`](new_quater_cirle.vtu) will now contain both mappings and is prepared for usage as a boundary condition mesh. ## Notes diff --git a/web/content/docs/userguide/basics/envinf1.pandoc b/web/content/docs/userguide/basics/envinf1.pandoc index 5fb65eb19ae608b2b23aaa19157358083456c128..9d7123967c4edbeb66e1b6d333aeacb2214cc21a 100644 --- a/web/content/docs/userguide/basics/envinf1.pandoc +++ b/web/content/docs/userguide/basics/envinf1.pandoc @@ -4,6 +4,8 @@ title = "Eve / envinf1" author = "Lars Bilke" weight = 2 +aliases = [ "/docs/quickstart/basics/envinf1" ] + [menu] [menu.userguide] parent = "basics"