Skip to content
Snippets Groups Projects
Commit ab6e4696 authored by Simon Barner's avatar Simon Barner
Browse files

Fix links

parent fcf43804
No related branches found
No related tags found
1 merge request!31Task 4006 online help content
af3_faq.html 2ed76e8c3bf4e3b11ee592949d97e4365996336c YELLOW
furtherResources.MainPage.html 6348392e2062dccadbf3c61bc55845783b1f0445 YELLOW
furtherResources.MainPage.html 1e13534f5830bbb07038708181d30dd2dc604e80 YELLOW
getting_started.html d664bdd10d11709d91133c8c6e9d98b8d7a1a878 YELLOW
managing_projects.html e8a65d1fed35b9972923b7c9b953a6cb291887ad YELLOW
rcphelp.gettingstarted.MainPage.html 9efdc75d74ffe14645eea2d82ca0daeed40b9e98 YELLOW
......
......@@ -5,7 +5,7 @@ cosimulation_with_af3.html d50d18ca45f48413cc45c7f0a2cd9d59042803fa YELLOW
data_dictionary.html d6ca421a27f0c9139ae2294a2c5e28db8f9c3c56 YELLOW
hierarchical_state_automaton.html 1041f81aa414de02d7abb31c964da4284aa38d50 YELLOW
mode_automaton.html c9c5a29148478286e36536788b73c2030d01fccf YELLOW
model_element_attributes.html e4cef1b5bcc8256c479854407e0b6fddfa2cb90e YELLOW
model_element_attributes.html 2709b8afc5e935cdca3cc39d70cf8cf70112dad7 YELLOW
model_markers_view.html 58b52fbefbb421201ccaa37bd00b15a175d75635 YELLOW
operatorpanels.html ed33bb3cc3eb310ff38264947579ad44b8278429 YELLOW
operatorpanels_advanced.html a0ecd5e81363d0c8e6952498476a8667cd76ea72 YELLOW
......
......@@ -98,7 +98,7 @@
<a href="../assuranceCases/assessment.html">Quantitative Assessment of Assurance Cases</a>
<a href="../assuranceCases/maintenance.html">Change Impact Analysis</a>
</div>
<a href="furtherResources.MainPage.html">Further Resources</a>
<a href="../furtherResources.MainPage.html">Further Resources</a>
</div>
</div>
<div class="topnav-right">
......
......@@ -6,13 +6,13 @@
<head>
<link rel="stylesheet" type="text/css" href="./layout/stylesheet.css"/>
<title>Further Resources Main-Page</title>
<style>
<style>
.center {
margin: auto;
width: 60%;
padding: 10px;
}
</style>
</style>
</head>
<body>
......@@ -29,88 +29,88 @@
</label>
</button>
</a>
<div class="dropdown-content">
<button class="dropdown-btn">Getting Started<i class="caret-down"></i></button>
<div class="dropdown-content">
<button class="dropdown-btn">Getting Started<i class="caret-down"></i></button>
<div class="dropdown-container">
<a href=".././managing_projects.html"> Create, Import, Export and Load AF3-Projects</a>
<a href=".././tipsAndTricks.html">Tips & Tricks</a>
<a href=".././af3_faq.html">FAQs</a>
<a href="managing_projects.html"> Create, Import, Export and Load AF3-Projects</a>
<a href="tipsAndTricks.html">Tips & Tricks</a>
<a href="af3_faq.html">FAQs</a>
</div>
<button class="dropdown-btn">Requirements Engineering<i class="caret-down"></i></button>
<div class="dropdown-container">
<a href="../requirements/MIRA.requirements_analysis.html"> Requirements Analysis Node</a>
<a href="../requirements/MIRA.glossary.html">Glossary</a>
<a href="../requirements/MIRA.requirements.html">Requirements</a>
<a href="requirements/MIRA.requirements_analysis.html"> Requirements Analysis Node</a>
<a href="requirements/MIRA.glossary.html">Glossary</a>
<a href="requirements/MIRA.requirements.html">Requirements</a>
</div>
<button class="dropdown-btn">Modeling and Simulation<i class="caret-down"></i></button>
<div class="dropdown-container">
<a href="../ModandSim/model_element_attributes.html" >Introduction to Graphical Modeling Interface</a>
<a href="../ModandSim/component_architecture.html">Component Architecture Modeling</a>
<a href="../ModandSim/data_dictionary.html">Data Dictionary: Types and Functions</a>
<a href="../ModandSim/refactoring.html">Refactoring</a>
<a href="../ModandSim/model_markers_view.html">On-the-fly Checks</a>
<div class="dropdown-container">
<a href="ModandSim/model_element_attributes.html" >Introduction to Graphical Modeling Interface</a>
<a href="ModandSim/component_architecture.html">Component Architecture Modeling</a>
<a href="ModandSim/data_dictionary.html">Data Dictionary: Types and Functions</a>
<a href="ModandSim/refactoring.html">Refactoring</a>
<a href="ModandSim/model_markers_view.html">On-the-fly Checks</a>
<button class="dropdown-btn">Behavior Modeling<i class="caret-down"></i></button>
<div class="dropdown-container">
<a href="../ModandSim/code_specification.html">Code Specification</a>
<a href="../ModandSim/state_automaton.html">State Automata</a>
<a href="../ModandSim/hierarchical_state_automaton.html">Hierarchical State Automata</a>
<a href="../ModandSim/mode_automaton.html"> Mode Automata</a>
</div>
<div class="dropdown-container">
<a href="ModandSim/code_specification.html">Code Specification</a>
<a href="ModandSim/state_automaton.html">State Automata</a>
<a href="ModandSim/hierarchical_state_automaton.html">Hierarchical State Automata</a>
<a href="ModandSim/mode_automaton.html"> Mode Automata</a>
</div>
<button class="dropdown-btn">Simulation<i class="caret-down"></i></button>
<div class="dropdown-container">
<a href="../ModandSim/simulation_with_af3.html">Simulation</a>
<a href="../ModandSim/operatorpanels.html">Operator Panels</a>
<a href="../ModandSim/operatorpanels_advanced.html">Advanced Operator Panels</a>
<a href="../ModandSim/cosimulation_with_af3.html"> Co-Simulation and FMI Support</a>
</div>
<div class="dropdown-container">
<a href="ModandSim/simulation_with_af3.html">Simulation</a>
<a href="ModandSim/operatorpanels.html">Operator Panels</a>
<a href="ModandSim/operatorpanels_advanced.html">Advanced Operator Panels</a>
<a href="ModandSim/cosimulation_with_af3.html"> Co-Simulation and FMI Support</a>
</div>
</div>
</div>
<button class="dropdown-btn">Deployment and Code Generation<i class="caret-down"></i></button>
<div class="dropdown-container">
<div class="dropdown-container">
<button class="dropdown-btn">Modeling Technical Architectures<i class="caret-down"></i></button>
<div class="dropdown-container">
<a href="ta/platform_architecture.html">Platform Architecture</a>
<button class="dropdown-btn">Supported Platform Architectures<i class="caret-down"></i></button>
<div class="dropdown-container">
<a href="../ta/platform_architecture.html">Platform Architecture</a>
<button class="dropdown-btn">Supported Platform Architectures<i class="caret-down"></i></button>
<div class="dropdown-container">
<a href="../ta/platform_architecture_generic.html">Generic Platform Architecture</a>
<a href="../ta/platform_architecture_hierarchical.html">Hierarchical Platform Architecture</a>
<a href="../ta/platform_architecture_raspberrypi.html">RaspberryPi Platform Architecture</a>
</div>
<a href="../ta/task_architecture.html">Task Architecture</a>
<a href="../ta/partition_architecture.html"> Partition Architecture</a>
<a href="../ta/allocations.html"> Deployments/Allocations</a>
<a href="../ta/system_schedule.html"> System Schedule</a>
<a href="ta/platform_architecture_generic.html">Generic Platform Architecture</a>
<a href="ta/platform_architecture_hierarchical.html">Hierarchical Platform Architecture</a>
<a href="ta/platform_architecture_raspberrypi.html">RaspberryPi Platform Architecture</a>
</div>
<a href="../ta/code_generation.html">Code Generation</a>
</div>
<a href="ta/task_architecture.html">Task Architecture</a>
<a href="ta/partition_architecture.html"> Partition Architecture</a>
<a href="ta/allocations.html"> Deployments/Allocations</a>
<a href="ta/system_schedule.html"> System Schedule</a>
</div>
<a href=ta/code_generation.html">Code Generation</a>
</div>
<button class="dropdown-btn">Design Space Exploration (DSE)<i class="caret-down"></i></button>
<div class="dropdown-container">
<div class="dropdown-container">
<a href="../dse/dse_perspective.html">DSE Perspective Overview</a>
<a href="../dse/dse_dashboard.html">DSE Dashboard</a>
<a href="../dse/constraints.html">Constraint Modeling</a>
<a href="../dse/objectives.html">Objective Modeling</a>
<a href="../dse/deployment_synthesis.html">Deployment Synthesis</a>
<a href="../dse/schedule_synthesis.html">Schedule Synthesis</a>
<a href="../dse/visualization.html">Solution Visualization</a>
</div>
<a href="dse/dse_perspective.html">DSE Perspective Overview</a>
<a href="dse/dse_dashboard.html">DSE Dashboard</a>
<a href="dse/constraints.html">Constraint Modeling</a>
<a href="dse/objectives.html">Objective Modeling</a>
<a href="dse/deployment_synthesis.html">Deployment Synthesis</a>
<a href="dse/schedule_synthesis.html">Schedule Synthesis</a>
<a href="dse/visualization.html">Solution Visualization</a>
</div>
<button class="dropdown-btn">Assurance Case Modeling<i class="caret-down"></i></button>
<div class="dropdown-container">
<a href="creation.html">Modeling GSN-based Assurance Cases</a>
<a href="assessment.html">Quantitative Assessment of Assurance Cases</a>
<a href="maintenance.html">Change Impact Analysis</a>
</div>
<div class="dropdown-container">
<a href="creation.html">Modeling GSN-based Assurance Cases</a>
<a href="assessment.html">Quantitative Assessment of Assurance Cases</a>
<a href="maintenance.html">Change Impact Analysis</a>
</div>
<a style="background-color:#f2f2f2;">Further Resources</a>
</div>
</div>
<div class="topnav-right">
<div class="topnav-right">
<a href="mailto:af_user@lists.fortiss.org?subject=Reporting 'furtherResources.MainPage.html' Documentation Problem!&body= Dear AutoFOCUS3 team, I am reporting an issue related to further resources Main Page.
{Please specify the problem precisely here.}.">Report a Problem?</a>
</div>
......@@ -121,38 +121,34 @@
<button onclick="topFunction()" id="upBtn" title="Go to top">Top</button>
<div class="row center">
<div class="column">
<div class="mainfeature">
<h2>Further Resources</h2>
<img src="./gettingStarted/img/af3_logo.png" />
<div class="row center">
<div class="column">
<div class="mainfeature">
<h2>Further Resources</h2>
<img src="./gettingStarted/img/af3_logo.png" />
<ul>
<li>Resources for Users
<ul>
<li>Resources for Users
<ul>
<li><a class="email" href="mailto:af_user@lists.fortiss.org">Users Mailing List</a>: subscribe <a href="https://af3-developer.fortiss.org/projects/autofocus3/wiki/MailinglistSubscription%23" target="_blank">here</a></li>
<li><a href="https://af3.fortiss.org/" target="_blank">AF3 Website</a></li>
<li><a href="https://af3.fortiss.org/docs/screencasts/" target="_blank">Screencasts</a></li>
<li><a href="https://af3.fortiss.org/docs/tutorials/" target="_blank">Tutorials</a></li>
<li><a href="https://af3.fortiss.org/research/" target="_blank">Research Papers</a></li>
<li><a href="tipsAndTricks.html">Tips &amp; Tricks</a></li>
<li><a href="af3_faq.html">FAQ</a></li>
</ul>
</li>
<li>Resources for Developers
<ul>
<li><a class="email" href="mailto:af_devel@lists.fortiss.org">Developers Mailing List</a>: subscribe <a href="https://af3-developer.fortiss.org/projects/autofocus3/wiki/MailinglistSubscription%23" target="_blank">here</a></li>
<li><a href="https://af3-developer.fortiss.org/projects/autofocus3/wiki/Developers_documentation" target="_blank">Developers Documentation Overview</a></li>
<li><a href="https://af3-developer.fortiss.org/projects/autofocus3/wiki/AF3_Developer_Installation" target="_blank">AF3 Developer Installation</a></li>
</ul>
</li>
<li><a class="email" href="mailto:af_user@lists.fortiss.org">Users Mailing List</a>: subscribe <a href="https://af3-developer.fortiss.org/projects/autofocus3/wiki/MailinglistSubscription%23" target="_blank">here</a></li>
<li><a href="https://af3.fortiss.org/" target="_blank">AF3 Website</a></li>
<li><a href="https://af3.fortiss.org/docs/screencasts/" target="_blank">Screencasts</a></li>
<li><a href="https://af3.fortiss.org/docs/tutorials/" target="_blank">Tutorials</a></li>
<li><a href="https://af3.fortiss.org/research/" target="_blank">Research Papers</a></li>
<li><a href="tipsAndTricks.html">Tips &amp; Tricks</a></li>
<li><a href="af3_faq.html">FAQ</a></li>
</ul>
</div>
</div>
</li>
<li>Resources for Developers
<ul>
<li><a class="email" href="mailto:af_devel@lists.fortiss.org">Developers Mailing List</a>: subscribe <a href="https://af3-developer.fortiss.org/projects/autofocus3/wiki/MailinglistSubscription%23" target="_blank">here</a></li>
<li><a href="https://af3-developer.fortiss.org/projects/autofocus3/wiki/Developers_documentation" target="_blank">Developers Documentation Overview</a></li>
<li><a href="https://af3-developer.fortiss.org/projects/autofocus3/wiki/AF3_Developer_Installation" target="_blank">AF3 Developer Installation</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<script src="./layout/jsscript/topBtn.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment