From dd72484b7e4b06877cfd98d5d616f50ee5ca0650 Mon Sep 17 00:00:00 2001 From: TiagoRG <35657250+TiagoRG@users.noreply.github.com> Date: Sun, 12 Feb 2023 23:39:29 +0000 Subject: [PATCH] Path fix on README --- 1ano/1semestre/fp/README.md | 20 ++++++++++---------- 1ano/1semestre/fp/aula01/README.md | 2 +- 1ano/1semestre/fp/aula02/README.md | 4 ++-- 1ano/1semestre/fp/aula03/README.md | 4 ++-- 1ano/1semestre/fp/aula04/README.md | 4 ++-- 1ano/1semestre/fp/aula05/README.md | 4 ++-- 1ano/1semestre/fp/aula06/README.md | 4 ++-- 1ano/1semestre/fp/aula07/README.md | 2 +- 1ano/1semestre/fp/aula08/README.md | 2 +- 1ano/1semestre/fp/aula09/README.md | 2 +- 1ano/1semestre/fp/aula10/README.md | 2 +- 11 files changed, 25 insertions(+), 25 deletions(-) diff --git a/1ano/1semestre/fp/README.md b/1ano/1semestre/fp/README.md index 3727f73..0c624f9 100755 --- a/1ano/1semestre/fp/README.md +++ b/1ano/1semestre/fp/README.md @@ -8,15 +8,15 @@ ## Índice | Aula nº | Tópicos | |--------------------------------------------------------------------------|----------------------------------------| -| [01](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula01) | Introduction, Basics | -| [02](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula02) | Conditionals, Boolean expressions | -| [03](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula03) | Functions, Lambda expressions | -| [04](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula04) | Iteration, Loops | -| [05](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula05) | Tuples, Lists | -| [06](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula06) | Files, Exceptions | -| [07](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula07) | Dictionaries | -| [08](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula08) | List Comprehensions, Sets | -| [09](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula09) | Searching, Sorting, Lambda Expressions | -| [10](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula10) | Recursive Functions | +| [01](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/1semestre/fp/aula01) | Introduction, Basics | +| [02](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/1semestre/fp/aula02) | Conditionals, Boolean expressions | +| [03](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/1semestre/fp/aula03) | Functions, Lambda expressions | +| [04](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/1semestre/fp/aula04) | Iteration, Loops | +| [05](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/1semestre/fp/aula05) | Tuples, Lists | +| [06](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/1semestre/fp/aula06) | Files, Exceptions | +| [07](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/1semestre/fp/aula07) | Dictionaries | +| [08](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/1semestre/fp/aula08) | List Comprehensions, Sets | +| [09](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/1semestre/fp/aula09) | Searching, Sorting, Lambda Expressions | +| [10](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/1semestre/fp/aula10) | Recursive Functions | --- *Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) diff --git a/1ano/1semestre/fp/aula01/README.md b/1ano/1semestre/fp/aula01/README.md index 234a20c..d4b9cf9 100755 --- a/1ano/1semestre/fp/aula01/README.md +++ b/1ano/1semestre/fp/aula01/README.md @@ -1,5 +1,5 @@ # Fundamentos de Programação -## Aula 01 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/fp/slides/tp01-intro.pdf) +## Aula 01 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/1semestre/fp/slides/tp01-intro.pdf) ### Tópico principal da aula: Introduction, Basics --- diff --git a/1ano/1semestre/fp/aula02/README.md b/1ano/1semestre/fp/aula02/README.md index f47edd4..1c2fdbf 100755 --- a/1ano/1semestre/fp/aula02/README.md +++ b/1ano/1semestre/fp/aula02/README.md @@ -1,5 +1,5 @@ # Fundamentos de Programação -## Aula 02 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/fp/slides/tp02-selection.pdf) +## Aula 02 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/1semestre/fp/slides/tp02-selection.pdf) ### Tópico principal da aula: Conditionals, Boolean expressions --- -*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) \ No newline at end of file +*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) diff --git a/1ano/1semestre/fp/aula03/README.md b/1ano/1semestre/fp/aula03/README.md index 6062070..021300e 100755 --- a/1ano/1semestre/fp/aula03/README.md +++ b/1ano/1semestre/fp/aula03/README.md @@ -1,5 +1,5 @@ # Fundamentos de Programação -## Aula 03 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/fp/slides/tp03-functions.pdf) +## Aula 03 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/1semestre/fp/slides/tp03-functions.pdf) ### Tópico principal da aula: Functions --- -*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) \ No newline at end of file +*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) diff --git a/1ano/1semestre/fp/aula04/README.md b/1ano/1semestre/fp/aula04/README.md index 19e37c6..d919752 100755 --- a/1ano/1semestre/fp/aula04/README.md +++ b/1ano/1semestre/fp/aula04/README.md @@ -1,5 +1,5 @@ # Fundamentos de Programação -## Aula 04 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/fp/slides/tp04-iteration.pdf) +## Aula 04 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/1semestre/fp/slides/tp04-iteration.pdf) ### Tópico principal da aula: Iteration, Loops --- -*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) \ No newline at end of file +*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) diff --git a/1ano/1semestre/fp/aula05/README.md b/1ano/1semestre/fp/aula05/README.md index 6c3ed8a..3dd7445 100755 --- a/1ano/1semestre/fp/aula05/README.md +++ b/1ano/1semestre/fp/aula05/README.md @@ -1,5 +1,5 @@ # Fundamentos de Programação -## Aula 05 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/fp/slides/tp05-sequences.pdf) +## Aula 05 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/1semestre/fp/slides/tp05-sequences.pdf) ### Tópico principal da aula: Tuples, Lists --- -*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) \ No newline at end of file +*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) diff --git a/1ano/1semestre/fp/aula06/README.md b/1ano/1semestre/fp/aula06/README.md index 1f74dfe..cbfcadf 100755 --- a/1ano/1semestre/fp/aula06/README.md +++ b/1ano/1semestre/fp/aula06/README.md @@ -1,6 +1,6 @@ # Fundamentos de Programação -## Aula 06 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/fp/slides/tp06-files+args+exceptions.pdf) +## Aula 06 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/1semestre/fp/slides/tp06-files+args+exceptions.pdf) ### Tópico principal da aula: Files, Exceptions --- -*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) \ No newline at end of file +*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) diff --git a/1ano/1semestre/fp/aula07/README.md b/1ano/1semestre/fp/aula07/README.md index d476f88..dc11e0d 100644 --- a/1ano/1semestre/fp/aula07/README.md +++ b/1ano/1semestre/fp/aula07/README.md @@ -1,5 +1,5 @@ # Fundamentos de Programação -## Aula 07 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/fp/slides/tp07-dictionaries.pdf) +## Aula 07 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/1semestre/fp/slides/tp07-dictionaries.pdf) ### Tópico principal da aula: Dictionaries --- diff --git a/1ano/1semestre/fp/aula08/README.md b/1ano/1semestre/fp/aula08/README.md index 0a408af..7687f3e 100644 --- a/1ano/1semestre/fp/aula08/README.md +++ b/1ano/1semestre/fp/aula08/README.md @@ -1,5 +1,5 @@ # Fundamentos de Programação -## Aula 08 - [Slides 1](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/fp/slides/tp08-comprehensions.pdf) - [Slides 2](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/fp/slides/tp08-sets.pdf) +## Aula 08 - [Slides 1](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/1semestre/fp/slides/tp08-comprehensions.pdf) - [Slides 2](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/1semestre/fp/slides/tp08-sets.pdf) ### Tópicos principais da aula: List Comprehensions, Sets --- diff --git a/1ano/1semestre/fp/aula09/README.md b/1ano/1semestre/fp/aula09/README.md index 75433b1..785818c 100644 --- a/1ano/1semestre/fp/aula09/README.md +++ b/1ano/1semestre/fp/aula09/README.md @@ -1,5 +1,5 @@ # Fundamentos de Programação -## Aula 09 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/fp/slides/tp09-searching+sorting.pdf) +## Aula 09 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/1semestre/fp/slides/tp09-searching+sorting.pdf) ### Tópicos principais da aula: Searching, Sorting, Lambda Expressions --- diff --git a/1ano/1semestre/fp/aula10/README.md b/1ano/1semestre/fp/aula10/README.md index b4d2f7c..c3cf913 100644 --- a/1ano/1semestre/fp/aula10/README.md +++ b/1ano/1semestre/fp/aula10/README.md @@ -1,5 +1,5 @@ # Fundamentos de Programação -## Aula 10 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/fp/slides/tp10-Recursion.pdf) +## Aula 10 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/1semestre/fp/slides/tp10-Recursion.pdf) ### Tópicos principais da aula: Recursive Functions ---