Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nplanung into gh-pages
  • Loading branch information
nikohl-de committed Nov 19, 2024
2 parents a3db340 + b53597a commit b46a576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</tr>
"""
VERSION_PATTERN = re.compile(
r'<tr>\s*<td>\d{2}\.\d{2}\.\d{4}</td>\s*<td>\s*<a href="https://gematik.github.io/spec-ISiK-Terminplanung/IG/(\d+\.\d+\.\d+(-\w+)?)/ImplementationGuide-markdown-Einfuehrung.html">\s*\1\s*</a>\s*</td>'
r'<tr>\s*<td>\d{2}\.\d{2}\.\d{4}</td>\s*<td>\s*<a href="https://gematik.github.io/.*/IG/(\d+\.\d+\.\d+(-\w+)?)/ImplementationGuide-markdown-Einfuehrung.html">\s*\1\s*</a>\s*</td>'
)

def get_current_date_str():
Expand Down

0 comments on commit b46a576

Please sign in to comment.