Skip to content

Commit

Permalink
Merge pull request #553 from roomaroo/fix-doc-links
Browse files Browse the repository at this point in the history
Updated the documentation links in the new app template
  • Loading branch information
TimLariviere authored Aug 26, 2019
2 parents 1a4fefc + 2b8b128 commit 79c5df7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ type App () as app =
//-:cnd:noEmit
#if DEBUG
// Uncomment this line to enable live update in debug mode.
// See https://fsprojects.github.io/Fabulous/tools.html for further instructions.
// See https://fsprojects.github.io/Fabulous/Fabulous.XamarinForms/tools.html#live-update for further instructions.
//
//do runner.EnableLiveUpdate()
#endif
//+:cnd:noEmit

// Uncomment this code to save the application state to app.Properties using Newtonsoft.Json
// See https://fsprojects.github.io/Fabulous/models.html for further instructions.
// See https://fsprojects.github.io/Fabulous/Fabulous.XamarinForms/models.html#saving-application-state for further instructions.
//-:cnd:noEmit
#if APPSAVE
let modelId = "model"
Expand Down

0 comments on commit 79c5df7

Please sign in to comment.