Skip to content

Commit

Permalink
#207 Fix markdown link to flux
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremias Weber <jeremias.weber@cloudogu.com>
  • Loading branch information
jelemux committed Mar 30, 2023
1 parent e4d938a commit a60deb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/architecture_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Der Zugriff ist nur in der folgenden Richtung erlaubt: Infrastructure -> Use cas

## UI-Architektur

Die UI verwendet eine [Flux-basierte Architektur] (https://facebook.github.io/flux), die mit [Redux] (https://redux.js.org/) aufgebaut ist.
Die UI verwendet eine [Flux-basierte Architektur] (https://facebookarchive.github.io/flux/), die mit [Redux] (https://redux.js.org/) aufgebaut ist.
Der Code ist in einen Shared Kernel und die BC's analog zur REST API aufgeteilt. Der gemeinsam genutzte Kernel besteht nur aus
Komponenten, die in jedem BC benötigt werden, etwas Infrastruktur und Bootstrap-Logik. Jeder BC ist in Komponenten unterteilt,
Container und Module.
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Access is only allowed in the following direction: Infrastructure -> Use cases -

## UI Architecture

The UI uses a [Flux based architecture](https://facebook.github.io/flux), which is build with [Redux](https://redux.js.org/).
The UI uses a [Flux based architecture](https://facebookarchive.github.io/flux/), which is build with [Redux](https://redux.js.org/).
The code is separated in a shared kernel and the BC's analog to the REST API. The shared kernel consists only of
components which are required in each BC, some infrastructure and bootstrap logic. Each BC is divided into components,
containers and modules.
Expand Down

0 comments on commit a60deb9

Please sign in to comment.