Skip to content

Commit 0f46e4b

Browse files
authored
Update index.html
1 parent f87a5ca commit 0f46e4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ <h1 class="text-4xl font-bold tracking-tight">
8080

8181
<!-- MEDICAL (3) -->
8282
<section id="medical"><h2 class="section-heading">Medical</h2><ul class="grid sm:grid-cols-2 lg:grid-cols-3 gap-3">
83-
<li><a href="prompts/medical/Medical-Bot" class="prompt-link block p-4 rounded">Medical-Bot</a></li>
84-
<li><a href="prompts/medical/psychologist" class="prompt-link block p-4 rounded">Psychologist</a></li>
83+
<li><a href="https://github.com/abilzerian/LLM-Personalized-Medicine/blob/main/prompt.md" class="prompt-link block p-4 rounded">Medical-Bot</a></li>
84+
<li><a href="https://raw.githubusercontent.com/abilzerian/LLM-Prompt-Library/refs/heads/main/prompts/medical/psychologist" class="prompt-link block p-4 rounded">Psychologist</a></li>
8585
<li><a href="prompts/medical/Cognitive%20Bias%20Assessment%20Tool.md" class="prompt-link block p-4 rounded">Cognitive Bias Assessment Tool</a></li>
8686
</ul></section>
8787

@@ -195,4 +195,4 @@ <h1 class="text-4xl font-bold tracking-tight">
195195
});
196196
</script>
197197
</body>
198-
</html>
198+
</html>

0 commit comments

Comments
 (0)