File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -17,19 +17,21 @@ export function PID( ) : string
17
17
Web URL string
18
18
*/
19
19
20
- type HttpsUrl = `https://${string } `
20
+ type HttpsUrl = `https://${ string } `
21
21
22
22
/*
23
23
Repository Strings
24
24
*/
25
25
26
26
type Repo =
27
27
{
28
- urlWiki ?: HttpsUrl
29
- urlIssues ?: HttpsUrl
30
- urlReleases ?: HttpsUrl
31
- urlPackage ?: HttpsUrl
32
- urlDemoVault ?: HttpsUrl
28
+ urlDocs ?: HttpsUrl
29
+ urlRepo ?: HttpsUrl
30
+ urlWiki ?: HttpsUrl
31
+ urlIssues ?: HttpsUrl
32
+ urlReleases ?: HttpsUrl
33
+ urlPackage ?: HttpsUrl
34
+ urlDemoVault ?: HttpsUrl
33
35
}
34
36
35
37
/*
@@ -42,8 +44,10 @@ export abstract class Env
42
44
private static _obsidianApiVer : string
43
45
private static _manifest : PluginManifest
44
46
45
- public static readonly repository : Repo =
47
+ public static readonly Links : Repo =
46
48
{
49
+ urlDocs : 'https://aetherinox.github.io/obsidian-gistr' ,
50
+ urlRepo : 'https://github.com/Aetherinox/obsidian-gistr' ,
47
51
urlWiki : 'https://github.com/Aetherinox/obsidian-gistr/wiki' ,
48
52
urlIssues : 'https://github.com/Aetherinox/obsidian-gistr/issues' ,
49
53
urlReleases : 'https://github.com/Aetherinox/obsidian-gistr/releases' ,
You can’t perform that action at this time.
0 commit comments