Skip to content

Commit 0bd1b76

Browse files
Polishing
1 parent 86007d0 commit 0bd1b76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/mkdocs/mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: AG2
22
# description to improve website indexing
33
site_description: A programming framework for agentic AI
4-
site_url: http://docs.ag2.ai/
4+
site_url: https://harishmohanraj.github.io/ag2/
55
site_author: Chi Wang & Qingyun Wu
66
copyright: '&copy; 2025 <a href="https://ag2.ai/" target="_blank" rel="noopener">ag2</a>'
77

website/mkdocs/overrides/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
{% block content %}
1414
<script>
15-
window.location.href = "/docs/home/home";
15+
window.location.href = "docs/home/home";
1616
</script>
1717
{% endblock %}

0 commit comments

Comments
 (0)