diff --git a/rules/how-to-justify-your-rates/rule.md b/rules/how-to-justify-your-rates/rule.md index 33ce210724d..b15c926885c 100644 --- a/rules/how-to-justify-your-rates/rule.md +++ b/rules/how-to-justify-your-rates/rule.md @@ -31,6 +31,6 @@ We ensure this through the following: * Our Lean Startup methodologies mean we focus clearly on the [Minimum Viable Product](/spec-do-you-create-an-initial-release-plan-and-ballpark) * A strong and strict [Scrum process](https://www.ssw.com.au/ssw/Consulting/Scrum.aspx) gives visibility into priorities, progress, and problems to the whole team and the Product Owner * Our arduous [hiring process](https://www.ssw.com.au/ssw/Employment/Employment.aspx) ensures we only have the most technically proficient consultants with the best communication skills -* A strong focus on [rules and best practices](https://www.ssw.com.au/rules/) ensure that we are consistently delivering high-quality solutions +* A strong focus on [rules and best practices](/) ensure that we are consistently delivering high-quality solutions * Our [community involvement](https://www.ssw.com.au/ssw/Events/) (User groups, Hack Days, MS Events, etc.)  helps us to rub shoulders with the other thought leaders in our industry  and stay ahead of the game * Our strong [partnership with Microsoft](https://www.ssw.com.au/ssw/Company/AboutUs.aspx) (our owner is 1 of only a few Microsoft Regional Directors in Australia) makes sure we have support when we need it diff --git a/rules/linkedin-profile/rule.md b/rules/linkedin-profile/rule.md index 278faa977dd..24f1767d08e 100644 --- a/rules/linkedin-profile/rule.md +++ b/rules/linkedin-profile/rule.md @@ -27,7 +27,7 @@ Do the following on your profile page: 6. [Include other social media](/linkedin-contact-info) 7. Add your top skills in the 'About' section (Aim for 5) 8. [Use hashtags](/linkedin-creator-mode) to make yourself searchable -9. Add a link to your company's profile in your description. +9. Add a link to your company's profile in your description '''md E.g. YOUR-NAME }} @@ -35,6 +35,7 @@ E.g. YOUR-NAME }} 10. Account Managers - include a button to book ([Do you know the best way to let clients book a meeting with you?](https://www.ssw.com.au/rules/meeting-bookings)) + ::: good ![Figure: Good example - A clean and professional profile give clients the right idea - that you will be great to work with.](good-linkedin.jpg) ::: diff --git a/rules/use-design-time-data/rule.md b/rules/use-design-time-data/rule.md index 9d42ce728c0..90d64345f85 100644 --- a/rules/use-design-time-data/rule.md +++ b/rules/use-design-time-data/rule.md @@ -18,7 +18,7 @@ redirects: --- -UPDATE: XAML Previewer was [deprecated in Visual Studio 2019](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/xaml/xaml-previewer/?pivots=windows) . For .NET MAUI use [Hot Reload] () +UPDATE: XAML Previewer was [deprecated in Visual Studio 2019](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/xaml/xaml-previewer/?pivots=windows) . For .NET MAUI use [Hot Reload](/use-hot-reload/>) The XAML previewer in Visual Studio is a useful tool for designing your Xamarin UI. One limitation is that often your controls are bound to properties in your ViewModel (see rule: [Do you use the MVVM pattern?](/use-mvvm-pattern)), meaning that you can't see what your UI will look like with the data loaded, without building and running your app.