Skip to content

Commit 0e170b2

Browse files
committed
repackaging
1 parent 3a9bab1 commit 0e170b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Use our side bar or the **Command Palette** and type `Flow Scanner` to see the list of all available commands.
88

99
* `Scan Flows` allows choosing either a directory or a selection of flows to run the analysis against.
10-
*More information on the default rules can be found in the [core documentation](https://github.com/Flow-Scanner/lightning-flow-scanner-ce).*
10+
*More information on the default rules can be found in the [core documentation](https://github.com/Flow-Scanner/lightning-flow-scanner-core).*
1111
* `Fix Flows` will apply available fixes automatically.
1212
* `Open Documentation` can be used to reference the documentation.
1313

src/commands/handlers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default class Commands {
5959
}
6060

6161
private openDocumentation() {
62-
const url = vscode.Uri.parse('https://github.com/Flow-Scanner/lightning-flow-scanner-ce?tab=readme-ov-file#default-rules');
62+
const url = vscode.Uri.parse('https://github.com/Flow-Scanner/lightning-flow-scanner-core?tab=readme-ov-file#default-rules');
6363
vscode.env.openExternal(url);
6464
}
6565

webviews/components/Banner.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="banner">
33

44
<img
5-
src="https://raw.githubusercontent.com/Flow-Scanner/lightning-flow-scanner-ce/master/media/bannerslim.png"
5+
src="https://raw.githubusercontent.com/Flow-Scanner/lightning-flow-scanner-core/master/media/bannerslim.png"
66
alt="Lightning Flow Scanner banner"
77
/>
88
</div>

webviews/components/Navigation.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<div class="banner">
4848
<a href="https://github.com/Lightning-Flow-Scanner">
4949
<img
50-
src="https://raw.githubusercontent.com/Flow-Scanner/lightning-flow-scanner-ce/master/media/bannerslim.png"
50+
src="https://raw.githubusercontent.com/Flow-Scanner/lightning-flow-scanner-core/master/media/bannerslim.png"
5151
alt="Lightning Flow Scanner banner"
5252
/>
5353
</a>

0 commit comments

Comments
 (0)