fix: Turn various .rst files from symbolic links to proper files
"code_of_conduct.rst" and "contributors.rst" both contain RST include directives, but their file types are symoblic links. This commit turns them into proper files.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
.. include:: ../../CODE_OF_CONDUCT.rst
|
1
docs/contributing/code_of_conduct.rst
Normal file
1
docs/contributing/code_of_conduct.rst
Normal file
@@ -0,0 +1 @@
|
||||
.. include:: ../../CODE_OF_CONDUCT.rst
|
@@ -1 +0,0 @@
|
||||
.. include:: ../../CONTRIBUTORS.rst
|
1
docs/info/contributors.rst
Normal file
1
docs/info/contributors.rst
Normal file
@@ -0,0 +1 @@
|
||||
.. include:: ../../CONTRIBUTORS.rst
|
Reference in New Issue
Block a user