Skip to content

Commit c7501f8

Browse files
Updated index.html
1 parent f302da0 commit c7501f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Sorting Algorithm Visualizer
22

3-
Sorting Algorithm Visualizer program created with Flutter framework using Dart programming language. It enables us to visualize the working of complex sorting algorithms.
3+
Sorting Algorithm Visualizer program created with Flutter framework using Dart programming language. It enables us to visualize the working of various sorting algorithms.
44

55
![sorting_algorithm_visualizer_demo](https://user-images.githubusercontent.com/34202100/148707948-4a6e5793-4d05-4abf-bdbf-c67dae3d4e4b.gif)
66

7-
Go to https://1998apoorvmalik.github.io/sorting-algorithm-visualizer/#/ to see it in action!
7+
Go to https://1998apoorvmalik.github.io/flutter-sorting-algorithm-visualizer/ to see it in action!

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Fore more details:
1212
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
1313
-->
14-
<base href="/flutter-sorting-algorithm-visualizer/" />
14+
<base href="/" />
1515

1616
<meta charset="UTF-8" />
1717
<meta content="IE=Edge" http-equiv="X-UA-Compatible" />

0 commit comments

Comments
 (0)