From cfb9084dfa7562f28e60390bc80d8b3dc2407a2f Mon Sep 17 00:00:00 2001 From: bruel <jbruel@gmail.com> Date: Fri, 4 Apr 2025 18:48:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20Errors=20in=20labesl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/modules/ROOT/pages/concepts.adoc | 4 ++-- content/modules/ROOT/pages/properties.adoc | 14 +++++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/content/modules/ROOT/pages/concepts.adoc b/content/modules/ROOT/pages/concepts.adoc index 4a8fbdd..52ce84d 100644 --- a/content/modules/ROOT/pages/concepts.adoc +++ b/content/modules/ROOT/pages/concepts.adoc @@ -10,5 +10,5 @@ ____ ____ Associated properties:: -* xref:definitions.adoc#fairness[Fairness] -* xref:definitions.adoc#ethics[Ethics] \ No newline at end of file +* xref:properties.adoc#fairness[Fairness] +* xref:properties.adoc#ethics[Ethics] \ No newline at end of file diff --git a/content/modules/ROOT/pages/properties.adoc b/content/modules/ROOT/pages/properties.adoc index 70db9ba..49d2771 100644 --- a/content/modules/ROOT/pages/properties.adoc +++ b/content/modules/ROOT/pages/properties.adoc @@ -12,4 +12,16 @@ ____ Associated concepts:: * xref:concepts.adoc#bias[Bias] * Discrimination -* Equity \ No newline at end of file +* Equity + +== Ethics + +Definition:: +[[ethics]] +[quote, Ethics] +____ +... +____ + +Associated concepts:: +* xref:concepts.adoc#bias[Bias] \ No newline at end of file -- GitLab