diff --git a/_article/electronics/component/component.md b/_article/electronics/component/component.md index ed7dfaa..58e3cd5 100644 --- a/_article/electronics/component/component.md +++ b/_article/electronics/component/component.md @@ -34,15 +34,11 @@ tite: Electrical Component ## Three Terminal -* [Transistor](transistor) +* [Transistor](/transistor) ## More Terminal -* [Op-Amp](op-amp) +* [Op-Amp](/op-amp) - - - -{{ FOLDER_TOC }} diff --git a/_article/index.md b/_article/index.md index 6089402..e2c7103 100644 --- a/_article/index.md +++ b/_article/index.md @@ -39,7 +39,7 @@ TeX4TUM is an Interactive Knowledge Platform for engineers covering the followin ::: :::{.col markdown=""} -[⚡ Electriconics](electronics){.button} +[⚡ Electronics](electronics){.button} ::: :::{.col markdown=""} diff --git a/_article/informatics/informatics.md b/_article/informatics/informatics.md index f94e42f..5104ffc 100644 --- a/_article/informatics/informatics.md +++ b/_article/informatics/informatics.md @@ -8,16 +8,16 @@ Informatics is the study of computation, automation, and information. Currently, we have articles for the following subfields. -* [**Datastructures**](datastructures): -* [**Programming Languages**](languages): - * Compiled Languages: [Ada](ada) • [C](c)/[C++](cpp) • [Go](go) • [Rust](rust) - * Script Languages: [Bash](bash) • [Lua](lua) • [JavaScript](javascript) • [Python](python) • [Ruby](ruby) - * Markup Languages: [LaTeX](latex) • [Markdown](markdown) +* [**Datastructures**](/datastructures): +* [**Programming Languages**](/languages): + * Compiled Languages: [Ada](/ada) • [C](/c)/[C++](/cpp) • [Go](/go) • [Rust](/rust) + * Script Languages: [Bash](/bash) • [Lua](/lua) • [JavaScript](/javascript) • [Python](/python) • [Ruby](/ruby) + * Markup Languages: [LaTeX](/latex) • [Markdown](/markdown) -* [**Computer Networks**](network): How does the Internet work? - * Protocols: [IEEE-802-15-04](ieee-802-15-04) • [IP](ip) • [TCP](tcp)/[UDP](udp) • [MQTT](mqtt)/[CoAP](coap) - * Services: [DNS](dns) • [NTP](ntp) +* [**Computer Networks**](/network): How does the Internet work? + * Protocols: [IEEE-802-15-04](/ieee-802-15-04) • [IP](/ip) • [TCP](/tcp)/[UDP](/udp) • [MQTT](/mqtt)/[CoAP](/coap) + * Services: [DNS](/dns) • [NTP](/ntp) -* [**Security**](security) -* **Dev Tools:** [Git](git) • [GDB](gdb) +* [**Security**](/security) +* **Dev Tools:** [Git](/git) • [GDB](/gdb)