Skip to content

Commit 7fe0875

Browse files
authored
Merge pull request #26 from garnetsunset/GarnetSunset-patch-1
Fix dead LED safety link
2 parents e4c154f + 4ee7513 commit 7fe0875

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

vitepress/docs/fr/src/static/faq/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const faq = {
3333
{
3434
question: "Est-ce que les infrarouges vont faire des dégars sur mes yeux?",
3535
answer: "Ce projet à été construit avec la sûreté en temps que pillier. Si vous avez toutes les mesures de sécurité en place et que la quantité d'infrarouges que vous observez avec une caméra à l'air sûr, tout devrait bien aller. Merci de vous rappeler que le développement n'est pas fini et qu'il vaut mieux être précautionneux.",
36-
hyper_link: "https://dammedia.osram.info/media/bin/osram-dam-2496608/AN002_Details%20on%20photobiological%20safety%20of%20LED%20light%20sources.pdf",
36+
hyper_link: "https://look.ams-osram.com/m/1d720a7b18ab3fce/original/Details-on-photobiological-safety-of-LED-light-sources.pdf",
3737
link_description: " here is a pdf with safety information",
3838
},
3939
{
@@ -63,4 +63,4 @@ const faq = {
6363
]
6464
}
6565

66-
export { faq }
66+
export { faq }

vitepress/docs/src/static/faq/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const faq = {
3333
{
3434
question: "Will IR damage my eyes?",
3535
answer: "This project has safety in mind. If you do all of the safety measures that we put into place and visually test the amount of IR light you will be fine. Please note we have not finished development of all safety stuff so be careful.",
36-
hyper_link: "https://dammedia.osram.info/media/bin/osram-dam-2496608/AN002_Details%20on%20photobiological%20safety%20of%20LED%20light%20sources.pdf",
36+
hyper_link: "https://look.ams-osram.com/m/1d720a7b18ab3fce/original/Details-on-photobiological-safety-of-LED-light-sources.pdf",
3737
link_description: " here is a pdf with safety information",
3838
},
3939
{
@@ -63,4 +63,4 @@ const faq = {
6363
]
6464
}
6565

66-
export { faq }
66+
export { faq }

0 commit comments

Comments
 (0)