We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f2928 commit 08b122eCopy full SHA for 08b122e
AutoDuck/pywin32-document.xml
@@ -1,6 +1,6 @@
1
<document>
2
<important>
3
- <item name="View the change log" href="html/CHANGES.txt"/>
+ <item name="View the change log" href="html/CHANGES.md"/>
4
</important>
5
<links>
6
<item name="Python Web Site" href="https://www.python.org"/>
AutoDuck/pywin32.mak
@@ -30,7 +30,7 @@ HTML_FILES = $(WIN32_HELP_DIR)\*.html \
30
$(WIN32COMEXT_DIR)/axscript/demos/client/ie/* \
31
$(ISAPI_DIR)/doc/*.html \
32
$(PYTHONWIN_DIR)/readme.html $(PYTHONWIN_DIR)/doc/* $(PYTHONWIN_DIR)/doc/debugger/* \
33
- ../CHANGES.txt \
+ ../CHANGES.md \
34
35
36
WIN32_SOURCE = $(WIN32_SOURCE_DIR)/*.cpp \
0 commit comments