Skip to content

Commit

Permalink
fix liens openfeedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyMaury committed Oct 1, 2024
1 parent 1c7ed1e commit fc38690
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
key: bug_bounty___revolutionner_la_detection_des_vulnerabilites_dans_votre_si_et_passer_a_l_echelle
openfeedbackId: bugbountyrevolutionnerladetectiondesvulnerabilitesdansvotresietpasseralechelle
openfeedbackId: bugbountyrevolutionnerladetectiondesvulnerabilitesdansvotresietp
title: 'Bug Bounty : Révolutionner la détection des vulnérabilités dans votre SI et passer à l''échelle'
language: French
talkType: conference
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
key: comprendre_l_ia__construisez_votre_propre_chatgpt_securise_avec_node_js_et_langchain
openfeedbackId: comprendreliaconstruisezvotreproprechatgptsecuriseavecnodejsetlangchain
openfeedbackId: comprendreliaconstruisezvotreproprechatgptsecuriseavecnodejsetla
title: 'Comprendre l''IA: construisez votre propre ChatGPT sécurisé avec Node.js et LangChain'
language: French
talkType: codelab
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
key: du_cauchemar_au_conte_de_fee___demystifions_une_architecture_conteneurisee_avec_kubernetes
openfeedbackId: ducauchemaraucontedefeedemystifionsunearchitectureconteneuriseeaveckubernetes
openfeedbackId: ducauchemaraucontedefeedemystifionsunearchitectureconteneuriseea
title: 'Du cauchemar au conte de fée : Démystifions une architecture conteneurisée avec Kubernetes'
language: French
talkType: codelab
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
key: faconnez_votre_cloud_avec_karpenter___les_secrets_du_maitre_charpentier_du_numerique
openfeedbackId: faconnezvotrecloudaveckarpenterlessecretsdumaitrecharpentierdunumerique
openfeedbackId: faconnezvotrecloudaveckarpenterlessecretsdumaitrecharpentierdunu
title: 'Façonnez Votre Cloud avec Karpenter : Les Secrets du Maître Charpentier du Numérique'
language: French
talkType: conference
Expand Down
2 changes: 1 addition & 1 deletion data/sessions/keynote.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
key: opening_keynote
openfeedbackId: openingkeynote
openfeedbackId: keynote
title: Keynote d'ouverture
language: French
talkType: conference
Expand Down
1 change: 0 additions & 1 deletion data/sessions/keynote_fermeture.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
key: closing_keynote
openfeedbackId: closingkeynote
title: Keynote de fermeture
language: French
talkType: conference
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
key: la_meteorite_gpt_annonce_t_elle_la_disparition_des_dinosaures__moteur_de_recherche___
openfeedbackId: lameteoritegptannoncetelleladisparitiondesdinosauresmoteurderecherche
openfeedbackId: lameteoritegptannoncetelleladisparitiondesdinosauresmoteurderech
title: La météorite GPT annonce t'elle la disparition des dinosaures "moteur de recherche" ?
language: French
talkType: conference
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
key: pl_ntnet___defis_et_succes_de_l_internationalisation_dans_45_langues_d_une_application_de_sciences_citoyennes
openfeedbackId: plntnetdefisetsuccesdelinternationalisationdans45languesduneapplicationdesciencescitoyennes
openfeedbackId: plntnetdefisetsuccesdelinternationalisationdans45languesduneappl
title: 'Pl@ntNet : Défis et succès de l''internationalisation dans 45 langues d''une application de sciences citoyennes'
language: French
talkType: quickie
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
key: plongeons_au_coeur_des_frameworks_frontend_modernes_pour_comprendre_leur_reactivite____
openfeedbackId: plongeonsaucoeurdesframeworksfrontendmodernespourcomprendreleurreactivite
openfeedbackId: plongeonsaucoeurdesframeworksfrontendmodernespourcomprendreleurr
title: Plongeons au coeur des frameworks frontend modernes pour comprendre leur réactivité🔬⚛️
language: French
talkType: conference
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
key: renovate_dependabot__ou_comment_reprendre_le_controle_sur_la_mise_a_jour_de_ses_dependances
openfeedbackId: renovatedependabotoucommentreprendrelecontrolesurlamiseajourdesesdependances
openfeedbackId: renovatedependabotoucommentreprendrelecontrolesurlamiseajourdese
title: Renovate/Dependabot, ou comment reprendre le contrôle sur la mise à jour de ses dépendances
language: French
talkType: conference
Expand Down
1 change: 1 addition & 0 deletions scripts/add-openfeedback.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ for file in "$SESSION_DIR"/*.yml; do

# Remove underscores from the key value
openfeedback=$(echo "$key" | tr -d '_')
openfeedback=${openfeedback:0:64}

# Create a temporary file
tmpfile=$(mktemp)
Expand Down

0 comments on commit fc38690

Please sign in to comment.