Replace forem/forem instead of thepracticaldev/dev.to (#17626)

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
Takuya N 2022-05-10 20:26:50 +09:00 committed by GitHub
parent 203d06a9ce
commit 05fcdfcb2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ json.array! @articles do |article|
# /api/articles and /api/articles/:id have opposite representations
# of `tag_list` and `tags and we can't align them without breaking the API,
# this is fully documented in the API docs
# see <https://github.com/thepracticaldev/dev.to/issues/4206> for more details
# see <https://github.com/forem/forem/issues/4206> for more details
json.tag_list article.cached_tag_list_array
json.tags article.cached_tag_list

View file

@ -3,7 +3,7 @@ json.partial! "article", article: @article
# /api/articles and /api/articles/:id have opposite representations
# of `tag_list` and `tags and we can't align them without breaking the API,
# this is fully documented in the API docs
# see <https://github.com/thepracticaldev/dev.to/issues/4206> for more details
# see <https://github.com/forem/forem/issues/4206> for more details
json.tag_list @article.cached_tag_list
json.tags @article.cached_tag_list_array