Skip to content

Commit

Permalink
chore: Updated link at Copilot experimental feature flag (#20765)
Browse files Browse the repository at this point in the history
Co-authored-by: caalador <[email protected]>
  • Loading branch information
MarcinVaadin and caalador authored Dec 20, 2024
1 parent a273c7d commit f081fc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public class FeatureFlags implements Serializable {

public static final Feature COPILOT_EXPERIMENTAL = new Feature(
"Copilot experimental features", "copilotExperimentalFeatures",
"https://vaadin.com/docs/latest/tools", false, null);
"https://vaadin.com/docs/latest/tools/copilot", false, null);

public static final Feature HILLA_FULLSTACK_SIGNALS = new Feature(
"Hilla Full-stack Signals", "fullstackSignals",
Expand Down

0 comments on commit f081fc9

Please sign in to comment.