Skip to content

Commit 1eb4ed9

Browse files
committed
fix double //
1 parent 83c4273 commit 1eb4ed9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/learning-paths/laptops-and-desktops/win_wpf/how-to-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Next, open the Solution Explorer (View -> Solution Explorer) to view the created
4747
1. App.xaml and App.xaml.cs. These files represent the entry point of the WPF application. App.xaml is used to define application-wide resources, such as styles, control templates, and other XAML resources. App.xaml.cs is the code-behind file for App.xaml and contains the application's startup logic, event handling for application-level events (like Startup, Exit, and DispatcherUnhandledException), and any other application-wide code.
4848
2. MainWindow.xaml and MainWindow.xaml.cs. These files implement a main window that serves as the primary UI for the application. MainWindow.xaml is used to define the layout and elements of the main window, including control-like buttons, text boxes, and data grids. MainWindow.xaml.cs is the code-behind file that contains the logic to handle events and interactions within the main window.
4949

50-
Now that your project is set up, you are ready to begin development. As mentioned earlier, the application will perform intense computational tasks. You will use the multiply-add vector operations, implemented in the [.NET MAUI learning path](/learning-paths/laptops-and-desktops/win_net_maui).
50+
Now that your project is set up, you are ready to begin development. As mentioned earlier, the application will perform intense computational tasks. You will use the multiply-add vector operations, implemented in the [.NET MAUI learning path](/learning-paths/laptops-and-desktops/win_net_maui/).
5151

5252
## Helpers
5353
Start by creating two new helper classes: **PerformanceHelper** and **VectorHelper**. The first class will be used to measure code execution times, while the second class will implement vector operations.

content/learning-paths/servers-and-cloud-computing/mysql_tune/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ learning_objectives:
99
- Tune MySQL to increase performance
1010

1111
prerequisites:
12-
- Bare-metal or cloud [installation of MySQL](/learning-paths//servers-and-cloud-computing/mysql)
12+
- Bare-metal or cloud [installation of MySQL](/learning-paths/servers-and-cloud-computing/mysql/)
1313

1414
author: Julio Suarez
1515

content/learning-paths/servers-and-cloud-computing/postgresql_tune/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ learning_objectives:
99
- Tune PostgreSQL to increase performance
1010

1111
prerequisites:
12-
- Bare-metal or cloud [installation of PostgreSQL](/learning-paths//servers-and-cloud-computing/postgresql)
12+
- Bare-metal or cloud [installation of PostgreSQL](/learning-paths/servers-and-cloud-computing/postgresql/)
1313

1414
author: Julio Suarez
1515

0 commit comments

Comments
 (0)