File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77Use 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments