From 0870f5b5d9359df127b233bc1ed8493d77e4299d Mon Sep 17 00:00:00 2001 From: Katorly Date: Tue, 10 Feb 2026 02:35:37 +0000 Subject: [PATCH 1/2] fix(coder/modules/jetbrains/README.md): fix typo in examples --- registry/coder/modules/jetbrains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/jetbrains/README.md b/registry/coder/modules/jetbrains/README.md index cf97d127e..7fa8f6747 100644 --- a/registry/coder/modules/jetbrains/README.md +++ b/registry/coder/modules/jetbrains/README.md @@ -42,7 +42,7 @@ module "jetbrains" { version = "1.3.0" agent_id = coder_agent.main.id folder = "/home/coder/project" - default = ["PY", "IU"] # Pre-configure GoLand and IntelliJ IDEA + default = ["PY", "IU"] # Pre-configure PyCharm and IntelliJ IDEA } ``` From 76d188fbb88e4605f4746594d0773b01ae86b49c Mon Sep 17 00:00:00 2001 From: Katorly Date: Tue, 10 Feb 2026 02:37:12 +0000 Subject: [PATCH 2/2] fix(coder-labs/modules/nextflow/README.md): remove image link that doesn't exist --- registry/coder-labs/modules/nextflow/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/registry/coder-labs/modules/nextflow/README.md b/registry/coder-labs/modules/nextflow/README.md index 7e6911dc7..adefa645f 100644 --- a/registry/coder-labs/modules/nextflow/README.md +++ b/registry/coder-labs/modules/nextflow/README.md @@ -10,8 +10,6 @@ tags: [nextflow, workflow, hpc, bioinformatics] A module that adds Nextflow to your Coder template. -![Nextflow](../../.images/nextflow.png) - ```tf module "nextflow" { count = data.coder_workspace.me.start_count