Skip to content

Commit 14b7d93

Browse files
authored
Merge pull request #12 from openfedem/update-links
Update download links for Fedem R8.1.1
2 parents 275e0f2 + ea86003 commit 14b7d93

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/installation_guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ from the [Releases](https://github.com/openfedem/fedem-gui/releases) page
3434
Unpack this file in the location where you want to have Fedem installed, e.g.:
3535

3636
$ cd /usr/local
37-
$ sudo tar zxfv ~/Downloads/Fedem-R8.1.0_Ubuntu-22.04.tar.gz
37+
$ sudo tar zxfv ~/Downloads/Fedem-R8.1.1_Ubuntu-22.04.tar.gz
3838

39-
This will install Fedem R8.1.0 in the folder `/usr/local/Fedem-8.1.0`.
39+
This will install Fedem R8.1.1 in the folder `/usr/local/Fedem-8.1.1`.
4040

4141
Then, install the required Qt6 packages:
4242

@@ -48,7 +48,7 @@ Then, install the required Qt6 packages:
4848
To start FEDEM with an empty model,
4949
either double-click the FEDEM icon on the Desktop,
5050
or select it from the Windows Start menu.
51-
On Linux, execute the launcher script `/usr/local/Fedem-8.0.1/fedem`.
51+
On Linux, execute the launcher script `/usr/local/Fedem-8.1.1/fedem`.
5252

5353
The welcome screen of the FEDEM GUI should then (after a few seconds) appear, like this:
5454

@@ -75,7 +75,7 @@ The FEDEM main windows consists of the following items:
7575
which provides information of the status, progress information
7676
and whether a solver process is running.
7777

78-
Refer to the [Users Guide](https://github.com/openfedem/fedem-docs/releases/download/fedem-8.1.0/FedemUsersGuide.pdf)
78+
Refer to the [Users Guide](https://github.com/openfedem/fedem-docs/releases/download/fedem-8.1.1/FedemUsersGuide.pdf)
7979
for further details on the FEDEM GUI.
8080

8181
If you already have a FEDEM model file, the easiest way to open it is to just double-click the file in the Windows file browser.

mkdocs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ nav:
1212
- Development Setup: development_setup.md
1313
- Python API (fedempy): python_api.md
1414
- Download:
15-
- Windows installer (zip): https://github.com/openfedem/fedem-gui/releases/download/fedem-8.1.0.8/FedemInstaller-R8.1.0.8.zip
16-
- Linux installation (tar.gz): https://github.com/openfedem/fedem-gui/releases/download/fedem-8.1.0.8/Fedem-R8.1.0.8_Ubuntu-22.04.tar.gz
17-
- Linux solvers (tar.gz): https://github.com/openfedem/fedem-solvers/releases/download/fedem-8.1.0/fedem-solvers-4.0.2_linux64.tar.gz
18-
- fedempy package (tar.gz): https://github.com/openfedem/fedem-solvers/releases/download/fedem-8.1.0/fedempy-4.0.2.tar.gz
15+
- Windows installer (zip): https://github.com/openfedem/fedem-gui/releases/download/fedem-8.1.1/FedemInstaller-R8.1.1.zip
16+
- Linux installation (tar.gz): https://github.com/openfedem/fedem-gui/releases/download/fedem-8.1.1/Fedem-R8.1.1_Ubuntu-22.04.tar.gz
17+
- Linux solvers (tar.gz): https://github.com/openfedem/fedem-solvers/releases/download/fedem-8.1.1/fedem-solvers-4.1.1_linux64.tar.gz
18+
- fedempy package (tar.gz): https://github.com/openfedem/fedem-solvers/releases/download/fedem-8.1.1/fedempy-4.1.1.tar.gz
1919
- Documentation:
20-
- User Guide (PDF): https://github.com/openfedem/fedem-docs/releases/download/fedem-8.1.0/FedemUsersGuide.pdf
21-
- Theory Guide (PDF): https://github.com/openfedem/fedem-docs/releases/download/fedem-8.1.0/FedemTheoryGuide.pdf
20+
- User Guide (PDF): https://github.com/openfedem/fedem-docs/releases/download/fedem-8.1.1/FedemUsersGuide.pdf
21+
- Theory Guide (PDF): https://github.com/openfedem/fedem-docs/releases/download/fedem-8.1.1/FedemTheoryGuide.pdf
2222
- Python API (fedempy): https://openfedem.github.io/fedem-solvers/fedempy/
2323
- Solver source code: https://openfedem.github.io/fedem-solvers/solver/
2424
- Tutorials: tutorials.md

0 commit comments

Comments
 (0)