Skip to content

Commit

Permalink
multifol.io migration continued
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelyea committed Jul 8, 2024
1 parent f028519 commit 596b18a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Pages/FAQ.razor
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ See <a href="/updating-portfolio">3 ways to update portfolios</a>.</p>

<p><b>Related Bogleheads.org Forum Threads</b><br/>
<ul>
<li><a target=_new href="https://www.bogleheads.org/forum/viewtopic.php?p=7647857#p7647857">tracking IBONDs in your portfolio with bogle.tools</a>↗️</li>
<li><a target=_new href="https://www.bogleheads.org/forum/viewtopic.php?p=7051498#p7051498">bogle.tools/portfolio-review - tool to help collect and format Portfolio Review info</a>↗️</li>
<li><a target=_new href="https://www.bogleheads.org/forum/viewtopic.php?p=7035091#p7035091">bogle.tools/savings-planner - tool to Prioritize Investments (per Boglheads wiki)</a>↗️</li>
<li><a target=_new href="https://www.bogleheads.org/forum/viewtopic.php?p=7126729#p7126729">bogle.tools - help others with more CSV file format examples from different Custodians</a>↗️</li>
<li><a target=_new href="https://www.bogleheads.org/forum/viewtopic.php?p=6928838#p6928838">bogle.tools/financial-variables - (github repository for well known values that change over time)</a>↗️</li>
<li><a target=_new href="https://www.bogleheads.org/forum/viewtopic.php?p=7647857#p7647857">tracking IBONDs in your portfolio with multifol.io</a>↗️</li>
<li><a target=_new href="https://www.bogleheads.org/forum/viewtopic.php?p=7051498#p7051498">multifol.io/portfolio-review - tool to help collect and format Portfolio Review info</a>↗️</li>
<li><a target=_new href="https://www.bogleheads.org/forum/viewtopic.php?p=7035091#p7035091">multifol.io/savings-planner - tool to Prioritize Investments (per Boglheads wiki)</a>↗️</li>
<li><a target=_new href="https://www.bogleheads.org/forum/viewtopic.php?p=7126729#p7126729">multifol.io - help others with more CSV file format examples from different Custodians</a>↗️</li>
<li><a target=_new href="https://www.bogleheads.org/forum/viewtopic.php?p=6928838#p6928838">multifol.io/financial-variables - (github repository for well known values that change over time)</a>↗️</li>
</ul>
</p>

Expand Down
2 changes: 1 addition & 1 deletion library/Models/FamilyData/AppData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Models;

public class AppData : IAppData, INotifyPropertyChanged
{
public AppData(string baseAddress = "https://bogle.tools")
public AppData(string baseAddress = "https://multifol.io")
{
BaseAddress = baseAddress;
}
Expand Down

0 comments on commit 596b18a

Please sign in to comment.