Skip to content

Commit bc53579

Browse files
Fixed Internal Links in README
1 parent d100f78 commit bc53579

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A simple Visual Studio solution using jQuery DataTable with Server-Side processing using .NET Core
44

5-
## Table of Contents 💼
5+
## Table of Contents
66

77
* [Getting Started](#getting-started)
88
* [Releases](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases)
@@ -12,39 +12,39 @@ A simple Visual Studio solution using jQuery DataTable with Server-Side processi
1212
* [Issues](#issues)
1313
* [Author](#author)
1414

15-
## Getting Started ⬇️
15+
## Getting Started
1616

1717
* Download our latest release [here](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases/latest), are you looking for an [older version?](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases)
1818
* Uncompress the ZIP and open the solution with Visual Studio
1919
* Run or Debug the solution and VOILÁ, you have 1000 rows being server-side processed with jQuery DataTable plugin
2020

21-
## Branches 📌💻
21+
## Branches
2222

2323
| Branch | Description | .NET Core Version |
2424
|-|-|-|
2525
| [master](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/master) | Main branch with the latest code | 2.2 (SDK: 2.2.202) |
2626
| [net-core-22](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/net-core-22) | Current copy of master branch (to be discontinued) | 2.2 (SDK: 2.2.202) |
2727
| [net-core-22-old](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/net-core-22-old) | Old .NET Core 2.2 version (discontinued) | 2.2 (SDK: 2.2.202) |
2828

29-
## External libraries ⚙️🔧
29+
## External libraries
3030

3131
* [Bootstrap (v4.4.1)](https://getbootstrap.com/)
3232
* [jQuery (v3.3.1)](https://jquery.com/)
3333
* [jQuery-datatable (v1.10.20)](https://datatables.net/)
3434
* [datetime-moment (v1.10.20)](https://datatables.net/plug-ins/sorting/datetime-moment)
3535
* [momentjs (v2.24.0)](https://momentjs.com/)
3636

37-
## Testing 🔬
37+
## Testing
3838

3939
This project was checked and tested using:
4040

4141
* Microsoft Visual Studio Enterpise 2019 (version 16.5.30011.22) + JetBrains Resharper Ultimate (version 2019.3.4)
4242
* Windows 10 Pro (version 1909) (OS build 18363.778)
4343

44-
## Issues ⚠️
44+
## Issues
4545

4646
Please, feel free to report any kind of issue [here](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/issues/new).
4747

48-
## Author 👦
48+
## Author
4949

5050
* **David Suescun Pelegay** - *Developer* - [GitHub](https://github.com/DavidSuescunPelegay) - [LinkedIn](https://www.linkedin.com/in/DavidSuescunPelegay)

0 commit comments

Comments
 (0)