changeset 34:1c8e46c3e941

Add URL to hosted repos in the generated code file.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 14 Aug 2023 10:40:42 -0700
parents b77a0dd22db8
children 42ff65e35f4f
files esbuild.config.mjs
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/esbuild.config.mjs	Mon Aug 14 10:38:28 2023 -0700
+++ b/esbuild.config.mjs	Mon Aug 14 10:40:42 2023 -0700
@@ -5,7 +5,10 @@
 const banner =
 `/*
 THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
+if you want to view the source, please visit one of the following:
+https://hg.bolt80.com/obsidian-remember-file-state
+https://hg.sr.ht/~ludovicchabant/obsidian-remember-file-state
+https://github.com/ludovicchabant/obsidian-remember-file-state
 */
 `;