Skip to content

Commit 64c0098

Browse files
authored
Update index.html
1 parent bac1a02 commit 64c0098

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -199,15 +199,15 @@ <h2>7. The Bigger Picture</h2>
199199
}
200200
document.getElementById('copyAllTools').addEventListener('click', () => {
201201
const urls = [
202-
'https://git-scm.com/',
203-
'https://nixos.org/',
204-
'https://docker.com/',
205-
'https://developer.hashicorp.com/terraform/',
206-
'https://kubernetes.io/',
207-
'https://argo-cd.readthedocs.io/en/stable/',
208-
'https://dspy.ai/',
209-
'https://www.openpolicyagent.org/'
210-
].join('\n');
202+
'https://git-scm.com/',
203+
'https://nixos.org/',
204+
'https://docker.com/',
205+
'https://developer.hashicorp.com/terraform/',
206+
'https://kubernetes.io/',
207+
'https://argo-cd.readthedocs.io/en/stable/',
208+
'https://dspy.ai/',
209+
'https://www.openpolicyagent.org/'
210+
].join('\n');
211211
navigator.clipboard.writeText(urls).then(() => {
212212
const btn = document.getElementById('copyAllTools');
213213
btn.textContent = '✅ Copied!';

0 commit comments

Comments
 (0)