Skip to content

Commit 17f6252

Browse files
dbortfacebook-github-bot
authored andcommitted
Update front-page docs to point to the new forum category (#1051)
Summary: Pull Request resolved: #1051 The forums don't use hashtags, they use categories. We now have the `ExecuTorch` category, so point to it. Also, while I'm modifying the main docs page, explicitly point to the github repo to address T167412145. Reviewed By: mergennachin Differential Revision: D50510494 fbshipit-source-id: c18bd73ac4bcfbea277fd19868de56ea3e5bfc94
1 parent 86f15a7 commit 17f6252

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ please visit our [documentation website](https://pytorch.org/executorch).
2222

2323
## Important: This is a preview release
2424

25-
This is a preview version of ExecuTorch and should be used for testing and evaluation purposes only.
26-
It is not recommended for use in production settings. We welcome any feedback, suggestions, and bug
27-
reports from the community to help us improve the technology.
28-
Please use the [PyTorch Forums](https://discuss.pytorch.org/) for discussion
29-
and feedback about ExecuTorch using the tag **#executorch** and
30-
our [GitHub repository](https://github.com/pytorch/executorch/issues)
31-
for bug reporting.
25+
This is a preview version of ExecuTorch and should be used for testing and
26+
evaluation purposes only. It is not recommended for use in production settings.
27+
We welcome any feedback, suggestions, and bug reports from the community to help
28+
us improve the technology. Please use the [PyTorch
29+
Forums](https://discuss.pytorch.org/c/executorch) for discussion and feedback
30+
about ExecuTorch using the **ExecuTorch** category, and our [GitHub
31+
repository](https://github.com/pytorch/executorch/issues) for bug reporting.
3232

3333
The ExecuTorch code and APIs are still changing quickly, and there are not yet
3434
any guarantees about forward/backward source compatibility. We recommend using

docs/source/index.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Welcome to the ExecuTorch Documentation
44
=======================================
55

66
.. important::
7-
This is a preview version of ExecuTorch and should be used for testing and
8-
evaluation purposes only. It is not recommended for use in production
7+
This is a preview version of ExecuTorch and should be used for testing
8+
and evaluation purposes only. It is not recommended for use in production
99
settings. We welcome any feedback, suggestions, and bug reports from the
10-
community to help us improve the technology. Please use the
11-
`PyTorch Forums <https://discuss.pytorch.org/>`__ for discussion and feedback
12-
about ExecuTorch using the tag **#executorch** and our
13-
`GitHub repository <https://github.com/pytorch/executorch/issues>`__ for bug
10+
community to help us improve the technology. Please use the `PyTorch
11+
Forums <https://discuss.pytorch.org/c/executorch>`__ for discussion and
12+
feedback about ExecuTorch using the **ExecuTorch** category, and our `GitHub
13+
repository <https://github.com/pytorch/executorch/issues>`__ for bug
1414
reporting.
1515

1616
.. raw:: html
@@ -21,6 +21,8 @@ Welcome to the ExecuTorch Documentation
2121
<div class="et-page-column2"><img src="_static/img/ExecuTorch-Logo-cropped.svg" alt="ExecuTorch logo" title="ExecuTorch logo"></div>
2222
</div>
2323

24+
The ExecuTorch source is hosted on GitHub at
25+
https://github.com/pytorch/executorch.
2426

2527
Getting Started
2628
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)