From 229921acfc526ab67d43c8f34d06a7f26df0ba8c Mon Sep 17 00:00:00 2001 From: xHyroM Date: Mon, 11 Jul 2022 08:17:28 +0200 Subject: [PATCH] tags: suppress embeds in responses --- files/tags.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/tags.toml b/files/tags.toml index 1ea96c4..c70cc73 100644 --- a/files/tags.toml +++ b/files/tags.toml @@ -6,7 +6,7 @@ Bun is a modern JavaScript runtime like Node or Deno. It was built from scratch • New levels of performance (extending JavaScriptCore, the engine). • Being a great and complete tool (bundler, transpiler, package manager). -Read more [here](https://bun.sh/) +Read more [here]() """ [bug] @@ -47,5 +47,5 @@ Due to technical limitations, hardlinks won't work with different partitions, to keywords = ["windows support"] content = """ Bun does not currently have support for Windows, so you must use WSL (Windows Subsystem for Linux). -To install WSL, check [microsoft documentation](https://docs.microsoft.com/en-us/windows/wsl/install) +To install WSL, check [microsoft documentation]() """ \ No newline at end of file