Renamed to webgoatintroduction

This commit is contained in:
Àngel Ollé Blázquez 2022-07-30 22:45:12 +02:00
parent 256c1dd3aa
commit 251167c6b0
9 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
package org.owasp.webgoat.lessons.webgoat_introduction;
package org.owasp.webgoat.lessons.webgoatintroduction;
import org.owasp.webgoat.container.lessons.Category;
import org.owasp.webgoat.container.lessons.Lesson;

View File

@ -1,8 +0,0 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<div class="lesson-page-wrapper">
<div class="adoc-content" th:replace="doc:lessons/webgoat_introduction/documentation/Introduction.adoc"></div>
</div>
</html>

View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<div class="lesson-page-wrapper">
<div class="adoc-content" th:replace="doc:lessons/webgoatintroduction/documentation/Introduction.adoc"></div>
</div>
</html>

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB