Skip to content

Commit 1f400ff

Browse files
Update README.md
1 parent 7294f58 commit 1f400ff

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# IBM x UCL - LLM-Based Legacy Code Refactoring (Tech Blog)
2+
[![Blog](https://img.shields.io/badge/Live-Blog-blue?style=flat-square&logo=githubpages)](https://andrei-constantin-programmer.github.io/IBM-UCL-Blog)
23
[![Hugo](https://github.com/Andrei-Constantin-Programmer/IBM-UCL-Blog/actions/workflows/hugo.yml/badge.svg)](https://github.com/Andrei-Constantin-Programmer/IBM-UCL-Blog/actions/workflows/hugo.yml)
3-
![GitHub License](https://img.shields.io/github/license/Andrei-Constantin-Programmer/IBM-UCL-Blog)
4+
[![GitHub License](https://img.shields.io/github/license/Andrei-Constantin-Programmer/IBM-UCL-Blog)](https://github.com/Andrei-Constantin-Programmer/IBM-UCL-Blog/blob/main/LICENSE)
45

5-
This repository contains the official blog for our MSc group project at University College London (UCL), delivered in collaboration with IBM.
6+
This repository contains the official tech blog for our MSc group project at University College London (UCL), delivered in collaboration with IBM.
67

7-
The project explores how Large Language Models (LLMs) can assist in refactoring legacy software systems to imprve maintainability, reduce technical debt, and accelerate modernisation efforts.
8+
The project explores how Large Language Models (LLMs) can assist in refactoring legacy software systems to improve maintainability, reduce technical debt, and accelerate modernisation efforts.
9+
10+
## 🌐 Live Site
11+
[**Visit the blog**](https://andrei-constantin-programmer.github.io/IBM-UCL-Blog)
812

913
## Built With
1014

@@ -38,7 +42,7 @@ choco install hugo-extended -confirm
3842
### Running the Blog
3943

4044
```bash
41-
git clone --recurse-submodules https://github.com/Andrei-Constantin-Programmer/ibm-ucl-blog.git
45+
git clone --recurse-submodules https://github.com/Andrei-Constantin-Programmer/IBM-UCL-Blog.git
4246
cd ibm-ucl-blog
4347
hugo server
4448
```

0 commit comments

Comments
 (0)