Skip to content

Commit

Permalink
change the index url for the tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftyos committed Sep 29, 2023
1 parent 2640fc8 commit e71943f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/lib/views/side_bar/side_bar_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class SideBarView extends StatelessWidget {
iconSize: 25,
icon: Icon(Icons.book, color: Color.fromRGBO(50, 120, 123, 1)),
onPressed: () =>
_launchURL('https://medium.com/@aiedge/autogpt-forge-a-comprehensive-guide-to-your-first-steps-a1dfdf46e3b4'),
_launchURL('https://aiedge.medium.com/autogpt-forge-e3de53cc58ec'),
tooltip: 'Learn how to build your own Agent',
),
IconButton(
Expand Down

0 comments on commit e71943f

Please sign in to comment.